From 1eda0453169b7cbb96d383e7cc3966f3b729334b Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 26 Aug 2013 19:01:34 +0800 Subject: [PATCH] cogl/cogl-bitmap-conversion.c: Include missed header The cogl-texture-private.h needs to be included as _cogl_texture_needs_premult_conversion, so that we can avoid implicit declaration warnings of that symbol (aka C4013 on MSVC). Reviewed-by: Neil Roberts (cherry picked from commit 4afe9dc1fea646e2a9576f9a0dbd1ffafa40485b) --- cogl/cogl-bitmap-conversion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/cogl-bitmap-conversion.c b/cogl/cogl-bitmap-conversion.c index add221eb0..ff7c55fb7 100644 --- a/cogl/cogl-bitmap-conversion.c +++ b/cogl/cogl-bitmap-conversion.c @@ -28,6 +28,7 @@ #include "cogl-private.h" #include "cogl-bitmap-private.h" #include "cogl-context-private.h" +#include "cogl-texture-private.h" #include