diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-21 20:43:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-21 20:43:45 +0000 |
commit | 5a6d536841202ba98231ce5cd6d076caa5fb864b (patch) | |
tree | 3a0000c3c3fac695a91b880226362a053c1e3614 /finance/qhacc | |
parent | b97c177da399bc9823c34bc8b0ce94158487c748 (diff) | |
download | ports-5a6d536841202ba98231ce5cd6d076caa5fb864b.tar.gz ports-5a6d536841202ba98231ce5cd6d076caa5fb864b.zip |
Add a patch i forgot in the last commit
Notes
Notes:
svn path=/head/; revision=70713
Diffstat (limited to 'finance/qhacc')
-rw-r--r-- | finance/qhacc/files/patch-src::qhacctable.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/qhacc/files/patch-src::qhacctable.h b/finance/qhacc/files/patch-src::qhacctable.h new file mode 100644 index 000000000000..ff5282b99d1a --- /dev/null +++ b/finance/qhacc/files/patch-src::qhacctable.h @@ -0,0 +1,15 @@ +--- 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; + |