slackbuilds/libraries/mysql++/patches/mysql++-fix-cstring.patch

12 lines
337 B
Diff

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;