summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
blob: 67dff6c1449d969ca97bfec2c15d8b039d7ef8a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- lib/fractal/RegionNode.h.orig	Fri Oct 24 22:33:47 2003
+++ lib/fractal/RegionNode.h	Tue Mar  2 23:10:41 2004
@@ -1,8 +1,10 @@
 #ifndef _REGION_NODE_H_
 #   define _REGION_NODE_H_
 
+#include <iostream>
+using namespace std;
+
 class ComplexNode;
-class ostream;
 
 class RegionNode
 {