blob: f9456e8f88e5d63c43ef32db2326698c1b054a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur mysql++-2.3.2-orig/lib/const_string.h mysql++-2.3.2/lib/const_string.h
--- mysql++-2.3.2-orig/lib/const_string.h 2008-03-22 16:16:39.000000000 -0600
+++ mysql++-2.3.2/lib/const_string.h 2008-03-22 16:18:47.000000000 -0600
@@ -35,6 +35,7 @@
#include <iostream>
#include <stdexcept>
#include <string>
+#include <cstring>
namespace mysqlpp {
|