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

13 lines
283 B
C++

diff -u ticsOp.h.orig ticsOp.h
--- ticsOp.h.orig Sun Jun 7 07:37:49 1998
+++ ticsOp.h Thu Oct 30 21:42:04 2003
@@ -28,7 +28,7 @@
#include "ticsOpData.h"
#include "gnuInterface.h"
-#include <iostream.h>
+#include <iostream>
#include <string>
class ticsOp : public ticsOpData