From 22649b810f3247c2affc7ac18e8ebe23e219b4ba Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 30 Mar 2011 13:46:46 +0100 Subject: [PATCH] cogl-bitmap-private.h: Include cogl-bitmap.h There was a header dependency problem which meant that cogl-texture-private.h couldn't be included without first including cogl-bitmap.h --- clutter/cogl/cogl/cogl-bitmap-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/cogl/cogl/cogl-bitmap-private.h b/clutter/cogl/cogl/cogl-bitmap-private.h index a1f306631..3df519f91 100644 --- a/clutter/cogl/cogl/cogl-bitmap-private.h +++ b/clutter/cogl/cogl/cogl-bitmap-private.h @@ -30,6 +30,7 @@ #include "cogl-handle.h" #include "cogl-buffer.h" +#include "cogl-bitmap.h" /* * CoglBitmapDestroyNotify: