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:
parent
fabd5a5b1e
commit
bb10532f4b
@ -39,6 +39,7 @@
|
|||||||
#include "cogl-pango-pipeline-cache.h"
|
#include "cogl-pango-pipeline-cache.h"
|
||||||
|
|
||||||
#include "cogl/cogl-context-private.h"
|
#include "cogl/cogl-context-private.h"
|
||||||
|
#include "cogl/cogl-texture-private.h"
|
||||||
|
|
||||||
typedef struct _CoglPangoPipelineCacheEntry CoglPangoPipelineCacheEntry;
|
typedef struct _CoglPangoPipelineCacheEntry CoglPangoPipelineCacheEntry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user