diff options
author | Robert Bragg <robert@linux.intel.com> | 2011-06-13 18:52:20 +0100 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2011-06-14 14:25:37 +0100 |
commit | 74a182f281be70471196c68e53128bed45add093 (patch) | |
tree | 5f397f18482ed153044aeba1a09f4e088b9d9ce2 | |
parent | 7a3593b4c3204955d1bed2db69fb25ba1345d3c6 (diff) | |
download | cogl-74a182f281be70471196c68e53128bed45add093.tar.gz |
include required cogl-context.h in cogl-texture-2d.h
-rw-r--r-- | cogl/cogl-texture-2d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl-texture-2d.h b/cogl/cogl-texture-2d.h index be9a08c9..29462bfa 100644 --- a/cogl/cogl-texture-2d.h +++ b/cogl/cogl-texture-2d.h @@ -27,6 +27,8 @@ #ifndef __COGL_TEXURE_2D_H #define __COGL_TEXURE_2D_H +#include "cogl-context.h" + #ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT #include <wayland-server.h> #endif |