1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::Fractal.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

14 lines
279 B
C++

--- lib/fractal/Fractal.h.bak Fri Jan 25 01:22:39 2002
+++ lib/fractal/Fractal.h Sun Dec 22 06:06:53 2002
@@ -3,7 +3,9 @@
// Forward Declarations
-class ostream;
+#include <iostream>
+using namespace std;
+
class BooleanNode;
class Statement;
class InfiniteLoopCallback;