diff options
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h new file mode 100644 index 000000000000..14d12601abdc --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h @@ -0,0 +1,12 @@ +--- lib/fractal/PrintArg.h.orig Fri Oct 24 22:33:26 2003 ++++ lib/fractal/PrintArg.h Tue Mar 2 23:09:27 2004 +@@ -1,7 +1,8 @@ + #ifndef _PRINT_ARG_H_ + # define _PRINT_ARG_H_ + +-class ostream; ++#include <iostream> ++using namespace std; + + class PrintArg + { |