mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
afc58ad631
libtiff from ports. I will maintain this port.
14 lines
279 B
C++
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;
|