summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h
blob: de219827b4a867995ec261963d5dae72ec48ce4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/fractal/ComplexNode.h.bak	Sat Dec  1 01:27:59 2001
+++ lib/fractal/ComplexNode.h	Sun Dec 22 06:06:53 2002
@@ -3,7 +3,9 @@
 
 #include "dcomplex.h"
 
-class ostream;
+#include <iostream>
+using namespace std;
+
 class ComplexVariables;
 class DoubleVariables;
 class ColorEnvironment;