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>
This commit is contained in:
Chun-wei Fan 2014-02-27 19:18:27 +08:00 committed by Neil Roberts
parent fabd5a5b1e
commit bb10532f4b
1 changed files with 1 additions and 0 deletions

View File

@ -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;