mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
14 lines
317 B
C++
14 lines
317 B
C++
diff -u gnuPlotFunction.h.orig gnuPlotFunction.h
|
|
--- gnuPlotFunction.h.orig Sat Mar 21 04:30:33 1998
|
|
+++ gnuPlotFunction.h Thu Oct 30 21:42:04 2003
|
|
@@ -27,7 +27,9 @@
|
|
#define gnuPlotFunction_included
|
|
|
|
#include <string>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+
|
|
+using namespace std;
|
|
|
|
class gnuPlotFunction
|
|
{
|