mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
afc58ad631
libtiff from ports. I will maintain this port.
13 lines
271 B
C++
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
|
|
{
|