[cogl/cogl-1.18] cogl-pango-pipeline-cache.c: Include forgotten header



commit bb10532f4b11cba169ace6d9e26543fe6f70ad8f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Feb 27 19:18:27 2014 +0800

    cogl-pango-pipeline-cache.c: Include forgotten header
    
    The private header is needed as the cogl_texture_get_format API was made
    private, so that C4013 (implicit declaration of ...) warnings/errors can
    be avoided
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl-pango/cogl-pango-pipeline-cache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl-pango/cogl-pango-pipeline-cache.c b/cogl-pango/cogl-pango-pipeline-cache.c
index ed2a5ce..625a8fa 100644
--- a/cogl-pango/cogl-pango-pipeline-cache.c
+++ b/cogl-pango/cogl-pango-pipeline-cache.c
@@ -39,6 +39,7 @@
 #include "cogl-pango-pipeline-cache.h"
 
 #include "cogl/cogl-context-private.h"
+#include "cogl/cogl-texture-private.h"
 
 typedef struct _CoglPangoPipelineCacheEntry CoglPangoPipelineCacheEntry;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]