freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.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

12 lines
241 B
C++

--- lib/fractal/ComplexNode.h.orig Fri Oct 24 22:31:06 2003
+++ lib/fractal/ComplexNode.h Tue Mar 2 23:05:13 2004
@@ -3,7 +3,8 @@
#include "dcomplex.h"
-class ostream;
+#include <iostream>
+using namespace std;
class ComplexNode
{