freebsd-ports/math/xgfe/files/patch-gnuPlotFunction.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

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
{