1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.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
271 B
C++

--- lib/fractal/BooleanNode.h.orig Fri Oct 24 22:30:40 2003
+++ lib/fractal/BooleanNode.h Tue Mar 2 23:03:24 2004
@@ -1,7 +1,8 @@
#ifndef _BOOLEAN_NODE_H_
# define _BOOLEAN_NODE_H_
-class ostream;
+#include <iostream>
+using namespace std;
class BooleanNode
{