1
0
Fork 0

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 ed23207083
commit f3b75541c7

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