d3c24d35b2
with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
24 lines
543 B
C++
24 lines
543 B
C++
diff -u gnuInterface.h.orig gnuInterface.h
|
|
--- gnuInterface.h.orig Wed Sep 30 04:26:59 1998
|
|
+++ gnuInterface.h Thu Oct 30 21:42:04 2003
|
|
@@ -35,15 +35,17 @@
|
|
#define gnuInterface_included
|
|
|
|
#include <string>
|
|
-#include <iostream.h>
|
|
-#include <fstream.h>
|
|
-#include <strstream.h>
|
|
+#include <iostream>
|
|
+#include <fstream>
|
|
+#include <sstream>
|
|
#include <stdio.h>
|
|
#include "gnuPlotFile.h"
|
|
#include "gnuPlotFunction.h"
|
|
#include "gnuMultiFile.h"
|
|
#include "gnuMultiFunc.h"
|
|
#include "gnuCurveFit.h"
|
|
+
|
|
+using namespace std;
|
|
|
|
class gnuInterface
|
|
{
|