summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
blob: 1b0740edcfa56b1a0e5f6c9203ea7a9376a23cbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- lib/fractal/RegionNode.h.orig	Sat Dec  1 01:27:59 2001
+++ lib/fractal/RegionNode.h	Sun Dec 22 07:02:08 2002
@@ -1,11 +1,13 @@
 #ifndef _REGION_NODE_H_
 #   define _REGION_NODE_H_
 
+#include <iostream>
+using namespace std;
+
 class ComplexNode;
 class ComplexVariables;
 class DoubleVariables;
 class ColorEnvironment;
-class ostream;
 
 class RegionNode
 {