diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-08 12:32:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-08 12:32:54 +0000 |
commit | afc58ad6316fdec3ead0b36c2876907988cdfed6 (patch) | |
tree | 2bd0e7a8106011db7ee5b4b230cbcec54d4d7ff1 /graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h | |
parent | Mark graphics/fractorama 1.6.7_1 "clean". This port now links against libtiff (diff) |
Bring back graphics/fractorama from the attic. Fractorama now links against
libtiff from ports. I will maintain this port.
Notes
Notes:
svn path=/head/; revision=164810
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h new file mode 100644 index 000000000000..110d7b83c5a9 --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h @@ -0,0 +1,13 @@ +--- lib/fractal/DoubleVariables.h.orig Sat Dec 1 01:27:59 2001 ++++ lib/fractal/DoubleVariables.h Sun Dec 22 06:47:52 2002 +@@ -1,7 +1,9 @@ + #ifndef _DOUBLE_VARIABLES_H_ + # define _DOUBLE_VARIABLES_H_ + +-class ostream; ++#include <iostream> ++using namespace std; ++ + struct DoubleEntry; + + class DoubleVariables |