freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h
Ying-Chieh Liao c34a51ba9e fix build on -current
PR:		46467
Submitted by:	Ports Fury
2002-12-22 13:32:26 +00:00

13 lines
292 B
C++

--- lib/fractal/ComplexNode.h.bak Sat Dec 1 01:27:59 2001
+++ lib/fractal/ComplexNode.h Sun Dec 22 06:06:53 2002
@@ -3,7 +3,9 @@
#include "dcomplex.h"
-class ostream;
+#include <iostream>
+using namespace std;
+
class ComplexVariables;
class DoubleVariables;
class ColorEnvironment;