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

17 lines
364 B
C++

--- lib/fractal/RegionNode.h.orig Sat Dec 1 01:27:59 2001
+++ lib/fractal/RegionNode.h Sun Dec 22 07:02:08 2002
@@ -1,11 +1,13 @@
#ifndef _REGION_NODE_H_
# define _REGION_NODE_H_
+#include <iostream>
+using namespace std;
+
class ComplexNode;
class ComplexVariables;
class DoubleVariables;
class ColorEnvironment;
-class ostream;
class RegionNode
{