summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.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::DoubleNode.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::DoubleNode.h')
-rw-r--r--graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h
new file mode 100644
index 000000000000..ac46e33364fa
--- /dev/null
+++ b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h
@@ -0,0 +1,13 @@
+--- lib/fractal/DoubleNode.h.bak Sat Dec 1 01:27:59 2001
++++ lib/fractal/DoubleNode.h Sun Dec 22 06:06:53 2002
+@@ -1,7 +1,9 @@
+ #ifndef _DOUBLE_NODE_H_
+ # define _DOUBLE_NODE_H_
+
+-class ostream;
++#include <iostream>
++using namespace std;
++
+ class ComplexVariables;
+ class DoubleVariables;
+ class ColorEnvironment;