1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/math/xgfe/files/patch-gnuInterface.h
Kris Kennaway d3c24d35b2 Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
PR:		ports/59024
2004-03-06 22:57:48 +00:00

25 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
{