diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:32:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:32:26 +0000 |
commit | c34a51ba9ee80ab44330b05fe84379e685944094 (patch) | |
tree | f858cdeb5df8874fe476532a8cf24f92be4106bc /graphics/fractorama/files/patch-src::lib::fractal::Statement.h | |
parent | fix build on -current (diff) |
fix build on -current
PR: 46467
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=71784
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::Statement.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::Statement.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h new file mode 100644 index 000000000000..efebdf813eb1 --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h @@ -0,0 +1,21 @@ +--- lib/fractal/Statement.h.orig Sat Dec 1 01:27:59 2001 ++++ lib/fractal/Statement.h Sun Dec 22 07:03:48 2002 +@@ -1,13 +1,16 @@ + #ifndef _STATEMENT_H_ + # define _STATEMENT_H_ + ++#include "tf.h" ++ ++#include <iostream> ++using namespace std; ++ + class ComplexVariables; + class DoubleVariables; + class ColorEnvironment; + class InfiniteLoopCallback; +-class ostream; + +-#include "tf.h" + + struct LoopControl + { |