diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-05 17:54:45 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-05 17:55:47 +0000 |
commit | 932a9e16abccfd409f14f6fa8977923a9fdcacdb (patch) | |
tree | e22355b3bd86a2f4086e653124b48417da2fc037 /cogl/cogl-texture.h | |
parent | 928e1adc3d26ae648b5b7bad617c700e0aec65eb (diff) | |
download | cogl-932a9e16abccfd409f14f6fa8977923a9fdcacdb.tar.gz |
Include cogl-defines.h before using GL types
If we are using GL* types we should also be including cogl-defines.h, as
that will include the right GL header.
Diffstat (limited to 'cogl/cogl-texture.h')
-rw-r--r-- | cogl/cogl-texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-texture.h b/cogl/cogl-texture.h index 7859abd1..eaf3e548 100644 --- a/cogl/cogl-texture.h +++ b/cogl/cogl-texture.h @@ -29,6 +29,7 @@ #define __COGL_TEXTURE_H__ #include <cogl/cogl-types.h> +#include <cogl/cogl-defines.h> G_BEGIN_DECLS |