freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.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

12 lines
256 B
C++

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