aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h
blob: 3b32c719057d9e8619c8737b81926460f2695630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/fractal/ComplexNode.h.orig  Fri Oct 24 22:31:06 2003
+++ lib/fractal/ComplexNode.h   Tue Mar  2 23:05:13 2004
@@ -3,7 +3,8 @@
 
 #include "dcomplex.h"
 
-class ostream;
+#include <iostream>
+using namespace std;
 
 class ComplexNode
 {