glibmm r639 - in trunk: . glib/glibmm



Author: murrayc
Date: Mon Mar 10 15:21:44 2008
New Revision: 639
URL: http://svn.gnome.org/viewvc/glibmm?rev=639&view=rev

Log:
2008-03-10  Tim Mooney  <murrayc murrayc com>

* glib/glibmm/object.cc: Include string.h to fix the build with 
SUN CC.
Bug #498438.

Modified:
   trunk/ChangeLog
   trunk/glib/glibmm/object.cc

Modified: trunk/glib/glibmm/object.cc
==============================================================================
--- trunk/glib/glibmm/object.cc	(original)
+++ trunk/glib/glibmm/object.cc	Mon Mar 10 15:21:44 2008
@@ -29,6 +29,8 @@
 #include <cstdarg>
 #include <cstring>
 
+#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,
 //but maybe we could make it easier to use them by making a Java Reference Object -style class like so:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]