libpqxx3 (3.1-1.1) 100-fix-g++4.6-compilation.patch

Summary

 include/pqxx/compiler-internal.hxx |    2 ++
 1 file changed, 2 insertions(+)

    
download this patch

Patch contents

Patch for cstddef inclusion needed for compilation.
--- libpqxx3-3.0.2.orig/include/pqxx/compiler-internal.hxx
+++ libpqxx3-3.0.2/include/pqxx/compiler-internal.hxx
@@ -51,6 +51,8 @@
 #endif	// __GNUC__ && PQXX_HAVE_GCC_VISIBILITY
 
 
+#include <cstddef>
+
 #include "pqxx/compiler-public.hxx"
 
 #ifdef PQXX_HAVE_LIMITS