ports/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h
Ying-Chieh Liao c34a51ba9e fix build on -current
PR:		46467
Submitted by:	Ports Fury
2002-12-22 13:32:26 +00:00

13 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;