ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h
Emanuel Haupt afc58ad631 Bring back graphics/fractorama from the attic. Fractorama now links against
libtiff from ports. I will maintain this port.
2006-06-08 12:32:54 +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