mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
13 lines
276 B
C++
13 lines
276 B
C++
--- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003
|
|
+++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004
|
|
@@ -3,7 +3,9 @@
|
|
|
|
#include "dcomplex.h"
|
|
|
|
-class ostream;
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
+
|
|
class ComplexEntry;
|
|
|
|
class ComplexVariables
|