diff options
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h deleted file mode 100644 index 67dff6c1449d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/fractal/RegionNode.h.orig Fri Oct 24 22:33:47 2003 -+++ lib/fractal/RegionNode.h Tue Mar 2 23:10:41 2004 -@@ -1,8 +1,10 @@ - #ifndef _REGION_NODE_H_ - # define _REGION_NODE_H_ - -+#include <iostream> -+using namespace std; -+ - class ComplexNode; --class ostream; - - class RegionNode - { |