1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/xgfe/files/patch-xgfeMain.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
290 B
C++

diff -u xgfeMain.h.orig xgfeMain.h
--- xgfeMain.h.orig Wed Sep 30 04:27:19 1998
+++ xgfeMain.h Thu Oct 30 21:42:04 2003
@@ -51,7 +51,7 @@
#include <qfiledlg.h>
#include <qstring.h>
#include <qmsgbox.h>
-#include <iostream.h>
+#include <iostream>
#include <string>
#include <stdio.h>