ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h
Kirill Ponomarev 45f798531a - Update to version 1.6.7
PR:		ports/63750
Submitted by:	Ports Fury
2004-03-04 16:02:12 +00:00

13 lines
276 B
C++

--- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003
+++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004
@@ -3,7 +3,9 @@
#include "dcomplex.h"
-class ostream;
+#include <iostream>
+using namespace std;
+
class ComplexEntry;
class ComplexVariables