diff options
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h deleted file mode 100644 index 1b452064f7cc..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/DoubleNode.h.orig Fri Oct 24 22:31:52 2003 -+++ lib/fractal/DoubleNode.h Tue Mar 2 23:08:44 2004 -@@ -1,7 +1,8 @@ - #ifndef _DOUBLE_NODE_H_ - # define _DOUBLE_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) - |