[cogl/cogl-1.16] cogl/cogl-bitmap-conversion.c: Include missed header
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [cogl/cogl-1.16] cogl/cogl-bitmap-conversion.c: Include missed header
- Date: Fri, 30 Aug 2013 11:07:46 +0000 (UTC)
commit 1eda0453169b7cbb96d383e7cc3966f3b729334b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Aug 26 19:01:34 2013 +0800
    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 <neil linux intel com>
    (cherry picked from commit 4afe9dc1fea646e2a9576f9a0dbd1ffafa40485b)
 cogl/cogl-bitmap-conversion.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-bitmap-conversion.c b/cogl/cogl-bitmap-conversion.c
index add221e..ff7c55f 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 <string.h>
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]