blob: ac46e33364fa204ace4a52f93c66556c17336640 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- lib/fractal/DoubleNode.h.bak Sat Dec 1 01:27:59 2001
+++ lib/fractal/DoubleNode.h Sun Dec 22 06:06:53 2002
@@ -1,7 +1,9 @@
#ifndef _DOUBLE_NODE_H_
# define _DOUBLE_NODE_H_
-class ostream;
+#include <iostream>
+using namespace std;
+
class ComplexVariables;
class DoubleVariables;
class ColorEnvironment;
|