From c34a51ba9ee80ab44330b05fe84379e685944094 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 22 Dec 2002 13:32:26 +0000 Subject: fix build on -current PR: 46467 Submitted by: Ports Fury --- .../files/patch-src::lib::fractal::Statement.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 graphics/fractorama/files/patch-src::lib::fractal::Statement.h (limited to 'graphics/fractorama/files/patch-src::lib::fractal::Statement.h') 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 ++using namespace std; ++ + class ComplexVariables; + class DoubleVariables; + class ColorEnvironment; + class InfiniteLoopCallback; +-class ostream; + +-#include "tf.h" + + struct LoopControl + { -- cgit v1.2.3