From a7aad27212b2667361d1bdba6d1cc48de8f3aef3 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 --- cogl/cogl-bitmap-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/cogl-bitmap-private.h b/cogl/cogl-bitmap-private.h index a1f306631..3df519f91 100644 --- a/cogl/cogl-bitmap-private.h +++ b/cogl/cogl-bitmap-private.h @@ -30,6 +30,7 @@ #include "cogl-handle.h" #include "cogl-buffer.h" +#include "cogl-bitmap.h" /* * CoglBitmapDestroyNotify: