From 036c5bf572a3474f7d334b3f97cc2b6dee2c3537 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 13 Jun 2011 18:52:20 +0100 Subject: [PATCH] include required cogl-context.h in cogl-texture-2d.h --- cogl/cogl-texture-2d.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl-texture-2d.h b/cogl/cogl-texture-2d.h index be9a08c96..29462bfac 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 #endif