summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h
blob: 14d12601abdc925623cf8948d0b26972ddecf497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/fractal/PrintArg.h.orig	Fri Oct 24 22:33:26 2003
+++ lib/fractal/PrintArg.h	Tue Mar  2 23:09:27 2004
@@ -1,7 +1,8 @@
 #ifndef _PRINT_ARG_H_
 #   define _PRINT_ARG_H_
 
-class ostream;
+#include <iostream>
+using namespace std;
 
 class PrintArg
 {