cogl-object-private.h: #include glib.h and cogl-types.h
cogl-object-private.h was only working in places that had already included glib.h and cogl-types.h
This commit is contained in:
parent
cc0b76b405
commit
0b3c45396b
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
#ifndef __COGL_OBJECT_PRIVATE_H
|
||||
#define __COGL_OBJECT_PRIVATE_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-object.h"
|
||||
|
||||
/* For compatability until all components have been converted */
|
||||
|
|
Loading…
Add table
Reference in a new issue