|
|
--- ./glib/glibmm/object.cc.orig 2008-06-11 00:02:59.000000000 +0200
+++ ./glib/glibmm/object.cc 2008-06-11 00:03:07.000000000 +0200
@@ -27,6 +27,7 @@
#include <gobject/gvaluecollector.h> #include <cstdarg> +#include <string.h>
//Weak references: //I'm not sure what the point of these are apart from being a hacky way out of circular references,
|