diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-04 05:45:37 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-04 05:45:37 +0000 |
| commit | bad02fcf85abae6fa43783472d993fdd95ac3931 (patch) | |
| tree | 12ee51b086bf2489fc906a78f9f60e6b04f72067 /databases/hk_classes/files/patch-hk_classes_hk_database.h | |
| parent | - Fix Dependency (diff) | |
- Update 0.8.3
PR: 165572
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Diffstat (limited to 'databases/hk_classes/files/patch-hk_classes_hk_database.h')
| -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; + |
