summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-2d.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-06-13 18:52:20 +0100
committerRobert Bragg <robert@linux.intel.com>2011-06-14 17:09:55 +0100
commit036c5bf572a3474f7d334b3f97cc2b6dee2c3537 (patch)
treeda103a9ef2fed56bc33ce20ba379ab94a925c570 /cogl/cogl-texture-2d.h
parent7a0a4de69154a281947b7b4103ea214572960843 (diff)
downloadcogl-036c5bf572a3474f7d334b3f97cc2b6dee2c3537.tar.gz
include required cogl-context.h in cogl-texture-2d.h
Diffstat (limited to 'cogl/cogl-texture-2d.h')
-rw-r--r--cogl/cogl-texture-2d.h2
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