freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h
Emanuel Haupt afc58ad631 Bring back graphics/fractorama from the attic. Fractorama now links against
libtiff from ports. I will maintain this port.
2006-06-08 12:32:54 +00:00

13 lines
311 B
C++

--- 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