mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d3c24d35b2
with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
13 lines
290 B
C++
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>
|
|
|