diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 16:02:12 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 16:02:12 +0000 |
| commit | 45f798531af74946d50b65406f85abf0fcf90e9c (patch) | |
| tree | 596d89cfe28c6432cb5149ab6bcba360493d2f53 /graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h | |
| parent | Lighten dependencies (diff) | |
- Update to version 1.6.7
PR: ports/63750
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=102919
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h')
| -rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h index 852d2fb14411..e6aa10d72d22 100644 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h +++ b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h @@ -1,5 +1,5 @@ ---- lib/fractal/ComplexVariables.h.bak Sat Dec 1 01:27:59 2001 -+++ lib/fractal/ComplexVariables.h Sun Dec 22 06:06:53 2002 +--- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003 ++++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004 @@ -3,7 +3,9 @@ #include "dcomplex.h" @@ -8,6 +8,6 @@ +#include <iostream> +using namespace std; + - struct ComplexEntry; + class ComplexEntry; class ComplexVariables |
