mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c34a51ba9e
PR: 46467 Submitted by: Ports Fury
14 lines
318 B
C++
14 lines
318 B
C++
--- lib/fractal/DoubleNode.h.bak Sat Dec 1 01:27:59 2001
|
|
+++ lib/fractal/DoubleNode.h Sun Dec 22 06:06:53 2002
|
|
@@ -1,7 +1,9 @@
|
|
#ifndef _DOUBLE_NODE_H_
|
|
# define _DOUBLE_NODE_H_
|
|
|
|
-class ostream;
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
+
|
|
class ComplexVariables;
|
|
class DoubleVariables;
|
|
class ColorEnvironment;
|