cogl-vertex-buffer.h: #include <cogl/cogl-defines.h>

cogl-vertex-buffer.h was assuming that the platforms GL headers had
already been included but that shouldn't have to be the case.
This commit is contained in:
Robert Bragg 2010-07-04 02:44:37 +01:00
parent 0b3c45396b
commit b5f7ab345c

View 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