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
@ -26,6 +26,9 @@
|
|||||||
#ifndef __COGL_OBJECT_PRIVATE_H
|
#ifndef __COGL_OBJECT_PRIVATE_H
|
||||||
#define __COGL_OBJECT_PRIVATE_H
|
#define __COGL_OBJECT_PRIVATE_H
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
|
#include "cogl-types.h"
|
||||||
#include "cogl-object.h"
|
#include "cogl-object.h"
|
||||||
|
|
||||||
/* For compatability until all components have been converted */
|
/* For compatability until all components have been converted */
|
||||||
|
Loading…
Reference in New Issue
Block a user