From bb10532f4b11cba169ace6d9e26543fe6f70ad8f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 27 Feb 2014 19:18:27 +0800 Subject: [PATCH] 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 --- cogl-pango/cogl-pango-pipeline-cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl-pango/cogl-pango-pipeline-cache.c b/cogl-pango/cogl-pango-pipeline-cache.c index ed2a5ce7..625a8fa4 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;