aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h
blob: 1b452064f7ccfcb060974253125635c40bc98b2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/fractal/DoubleNode.h.orig   Fri Oct 24 22:31:52 2003
+++ lib/fractal/DoubleNode.h    Tue Mar  2 23:08:44 2004
@@ -1,7 +1,8 @@
 #ifndef _DOUBLE_NODE_H_
 #   define _DOUBLE_NODE_H_
 
-class ostream;
+#include <iostream>
+using namespace std;
 
 #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5))