cogl-object-private.h: Include cogl-debug.h
If COGL_OBJECT_DEBUG is defined then cogl-object-private.h will call COGL_NOTE in the ref and unref macros. For this to work the debug header needs to also be included or COGL_NOTE won't necessarily be defined.
This commit is contained in:
parent
c8f83525ce
commit
0b2985ad66
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-object.h"
|
||||
#include "cogl-debug.h"
|
||||
|
||||
/* For compatability until all components have been converted */
|
||||
typedef struct _CoglObjectClass CoglHandleClass;
|
||||
|
|
Loading…
Add table
Reference in a new issue