summaryrefslogtreecommitdiffstats
path: root/libraries/mysql++/patches/mysql++-fix-cstring.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/mysql++/patches/mysql++-fix-cstring.patch')
-rw-r--r--libraries/mysql++/patches/mysql++-fix-cstring.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/mysql++/patches/mysql++-fix-cstring.patch b/libraries/mysql++/patches/mysql++-fix-cstring.patch
new file mode 100644
index 0000000000..2a9faeb071
--- /dev/null
+++ b/libraries/mysql++/patches/mysql++-fix-cstring.patch
@@ -0,0 +1,11 @@
+diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
+--- mysql++-3.1.0.old/ssx/genv2.cpp 2010-06-12 11:12:11.574891331 +0200
++++ mysql++-3.1.0/ssx/genv2.cpp 2010-06-12 11:14:00.564881723 +0200
+@@ -35,6 +35,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <typeinfo>
++#include <cstring>
+
+ using namespace std;
+