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::ComplexVariables.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::ComplexVariables.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h new file mode 100644 index 000000000000..852d2fb14411 --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h @@ -0,0 +1,13 @@ +--- lib/fractal/ComplexVariables.h.bak Sat Dec 1 01:27:59 2001 ++++ lib/fractal/ComplexVariables.h Sun Dec 22 06:06:53 2002 +@@ -3,7 +3,9 @@ + + #include "dcomplex.h" + +-class ostream; ++#include <iostream> ++using namespace std; ++ + struct ComplexEntry; + + class ComplexVariables |