cogl-vertex-buffer.h: #include <cogl/cogl-defines.h>
authorRobert Bragg <robert@linux.intel.com>
Sun, 4 Jul 2010 01:44:37 +0000 (02:44 +0100)
committerRobert Bragg <robert@linux.intel.com>
Mon, 5 Jul 2010 13:54:21 +0000 (14:54 +0100)
cogl-vertex-buffer.h was assuming that the platforms GL headers had
already been included but that shouldn't have to be the case.

clutter/cogl/cogl/cogl-vertex-buffer.h

index 6184257..d7f320c 100644 (file)
@@ -32,6 +32,7 @@
 #define __COGL_VERTEX_BUFFER_H__
 
 #include <glib.h>
+#include <cogl/cogl-defines.h>
 #include <cogl/cogl-types.h>
 
 G_BEGIN_DECLS