[cogl] cogl-pango-pipeline-cache.c: Include forgotten header
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] cogl-pango-pipeline-cache.c: Include forgotten header
- Date: Thu, 20 Mar 2014 18:06:14 +0000 (UTC)
commit 67cf9a4395ded325673c930854f039a015d1fa74
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>
(cherry picked from commit bb10532f4b11cba169ace6d9e26543fe6f70ad8f)
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 449ff15..97f2176 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]