cogl-object-private.h: #include glib.h and cogl-types.h
authorRobert Bragg <robert@linux.intel.com>
Sat, 3 Jul 2010 20:10:05 +0000 (21:10 +0100)
committerRobert Bragg <robert@linux.intel.com>
Mon, 5 Jul 2010 13:51:28 +0000 (14:51 +0100)
cogl-object-private.h was only working in places that had already
included glib.h and cogl-types.h

clutter/cogl/cogl/cogl-object-private.h

index 691ef38..edd901b 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef __COGL_OBJECT_PRIVATE_H
 #define __COGL_OBJECT_PRIVATE_H
 
+#include <glib.h>
+
+#include "cogl-types.h"
 #include "cogl-object.h"
 
 /* For compatability until all components have been converted */