freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h
Pete Fritchman 51e5617a66 Update to 1.6.5.
PR:		51512
Submitted by:	Ports Fury
2003-05-18 22:39:55 +00:00

16 lines
334 B
C++

--- lib/fractal/PrintArg.h.orig Sun Feb 2 08:45:00 2003
+++ lib/fractal/PrintArg.h Mon Apr 28 04:26:13 2003
@@ -1,10 +1,12 @@
#ifndef _PRINT_ARG_H_
# define _PRINT_ARG_H_
+#include <iostream>
+using namespace std;
+
class ComplexVariables;
class DoubleVariables;
class ColorEnvironment;
-class ostream;
class PrintArg
{