summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-02-27 19:18:27 +0800
committerNeil Roberts <neil@linux.intel.com>2014-03-20 18:05:12 +0000
commit67cf9a4395ded325673c930854f039a015d1fa74 (patch)
treea5f1cbd91038d01400b2cdd044da06570fbad51d
parent548552a87c4ac73b081844b09ee3d33383cd8ce4 (diff)
downloadcogl-67cf9a4395ded325673c930854f039a015d1fa74.tar.gz
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> (cherry picked from commit bb10532f4b11cba169ace6d9e26543fe6f70ad8f)
-rw-r--r--cogl-pango/cogl-pango-pipeline-cache.c1
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 449ff157..97f2176b 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;