freebsd-ports/databases/hk_classes/files/patch-hk_classes::hk_database.h
Sergey Matveychuk 37980855a6 Update to 0.7
PR:		ports/69099
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	krion (mentor)
2004-07-16 03:19:43 +00:00

10 lines
263 B
C++

--- 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;