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:
Robert Bragg 2010-07-03 21:10:05 +01:00
parent cc0b76b405
commit 0b3c45396b

View File

@ -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 */