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::BooleanNode.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h (limited to 'graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h') diff --git a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h b/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h new file mode 100644 index 000000000000..f17d80d7294e --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h @@ -0,0 +1,12 @@ +--- lib/fractal/BooleanNode.h.orig Fri Oct 24 22:30:40 2003 ++++ lib/fractal/BooleanNode.h Tue Mar 2 23:03:24 2004 +@@ -1,7 +1,8 @@ + #ifndef _BOOLEAN_NODE_H_ + # define _BOOLEAN_NODE_H_ + +-class ostream; ++#include ++using namespace std; + + class BooleanNode + { -- cgit v1.2.3