You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch

12 lines
358 B

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 {