From f3b75541c7b5c286911c6761e902e74bb39c6ed7 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 4 Jul 2010 02:44:37 +0100 Subject: [PATCH] cogl-vertex-buffer.h: #include 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/cogl/cogl/cogl-vertex-buffer.h b/clutter/cogl/cogl/cogl-vertex-buffer.h index 6184257..d7f320c 100644 --- a/clutter/cogl/cogl/cogl-vertex-buffer.h +++ b/clutter/cogl/cogl/cogl-vertex-buffer.h @@ -32,6 +32,7 @@ #define __COGL_VERTEX_BUFFER_H__ #include +#include #include G_BEGIN_DECLS -- 2.7.4