Author: Roberto C. Sanchez <roberto@connexer.com>
Description: Allows building with g++ 4.6.
--- mysql++-3.2.0.orig/lib/refcounted.h
+++ mysql++-3.2.0/lib/refcounted.h
@@ -29,6 +29,7 @@
 #define MYSQLPP_REFCOUNTED_H
 
 #include <memory>
+#include <cstddef>
 
 #include <stddef.h>
 
--- mysql++-3.2.0.orig/ssx/genv2.cpp
+++ mysql++-3.2.0/ssx/genv2.cpp
@@ -36,6 +36,7 @@
 #include <iostream>
 #include <fstream>
 #include <typeinfo>
+#include <cstring>
 
 using namespace std;
 
