1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/finance/qhacc/files/patch-src::qhacctable.h
2002-11-21 20:43:45 +00:00

16 lines
279 B
C++

--- src/qhacctable.h.orig Sun Nov 24 19:22:27 2002
+++ src/qhacctable.h Sun Nov 24 19:26:03 2002
@@ -26,9 +26,10 @@
#include <qstring.h>
#include <qdatetime.h>
-class QFile;
+#include <fstream>
+using std::ostream;
-class ostream;
+class QFile;
class QHaccTableIndex;