From afc58ad6316fdec3ead0b36c2876907988cdfed6 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 8 Jun 2006 12:32:54 +0000 Subject: Bring back graphics/fractorama from the attic. Fractorama now links against libtiff from ports. I will maintain this port. --- .../fractorama/files/patch-src::lib::fractal::RegionNode.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h (limited to 'graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h') diff --git a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h new file mode 100644 index 000000000000..67dff6c1449d --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h @@ -0,0 +1,14 @@ +--- 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 ++using namespace std; ++ + class ComplexNode; +-class ostream; + + class RegionNode + { -- cgit v1.2.3