diff options
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h new file mode 100644 index 000000000000..e6aa10d72d22 --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h @@ -0,0 +1,13 @@ +--- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003 ++++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004 +@@ -3,7 +3,9 @@ + + #include "dcomplex.h" + +-class ostream; ++#include <iostream> ++using namespace std; ++ + class ComplexEntry; + + class ComplexVariables |