diff options
author | sem <sem@FreeBSD.org> | 2004-07-16 11:19:43 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-07-16 11:19:43 +0800 |
commit | 9a62c36d4ecb5cfeb988df55f5f18049d7b5f26e (patch) | |
tree | 5ec105680888046be30145d23d1e6396fa60213c /databases/hk_classes/files | |
parent | e906000e95c0b99e982ec6804e1bb344e767f226 (diff) | |
download | freebsd-ports-gnome-9a62c36d4ecb5cfeb988df55f5f18049d7b5f26e.tar.gz freebsd-ports-gnome-9a62c36d4ecb5cfeb988df55f5f18049d7b5f26e.tar.zst freebsd-ports-gnome-9a62c36d4ecb5cfeb988df55f5f18049d7b5f26e.zip |
Update to 0.7
PR: ports/69099
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: krion (mentor)
Diffstat (limited to 'databases/hk_classes/files')
-rw-r--r-- | databases/hk_classes/files/patch-hk_classes::hk_database.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/hk_classes/files/patch-hk_classes::hk_database.h b/databases/hk_classes/files/patch-hk_classes::hk_database.h new file mode 100644 index 000000000000..cd537d133b9b --- /dev/null +++ b/databases/hk_classes/files/patch-hk_classes::hk_database.h @@ -0,0 +1,10 @@ +--- hk_classes/hk_database.h.orig Thu Jul 15 22:02:22 2004 ++++ hk_classes/hk_database.h Thu Jul 15 22:02:36 2004 +@@ -14,6 +14,7 @@ + #include <list> + #include <vector> + #include <algorithm> ++#include <sstream> + #include "hk_presentation.h" + using namespace std; + |