aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
blob: 8b44ef3d04f8602a0c21a50dd94fce883870aeb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- lib/fractal/Statement.h.orig    Fri Oct 24 22:34:04 2003
+++ lib/fractal/Statement.h Tue Mar  2 23:12:00 2004
@@ -1,10 +1,12 @@
 #ifndef _STATEMENT_H_
 #   define _STATEMENT_H_
 
-class InfiniteLoopCallback;
-class ostream;
-
 #include "tf.h"
+
+#include <iostream>
+using namespace std;
+
+class InfiniteLoopCallback;
 
 struct LoopControl
 {