summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:32:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:32:26 +0000
commitc34a51ba9ee80ab44330b05fe84379e685944094 (patch)
treef858cdeb5df8874fe476532a8cf24f92be4106bc /graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
parentfix build on -current (diff)
fix build on -current
PR: 46467 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=71784
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h')
-rw-r--r--graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h17
1 files changed, 17 insertions, 0 deletions
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..1b0740edcfa5
--- /dev/null
+++ b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
@@ -0,0 +1,17 @@
+--- lib/fractal/RegionNode.h.orig Sat Dec 1 01:27:59 2001
++++ lib/fractal/RegionNode.h Sun Dec 22 07:02:08 2002
+@@ -1,11 +1,13 @@
+ #ifndef _REGION_NODE_H_
+ # define _REGION_NODE_H_
+
++#include <iostream>
++using namespace std;
++
+ class ComplexNode;
+ class ComplexVariables;
+ class DoubleVariables;
+ class ColorEnvironment;
+-class ostream;
+
+ class RegionNode
+ {