Add glib-object.h to includes

This commit is contained in:
Christian Gruber 2020-06-07 22:52:24 +02:00
parent 53c294f9e8
commit 610bbda23f

View File

@ -2,6 +2,7 @@
#define GMOCK_GOBJECT_H
#include <glib.h>
#include <glib-object.h>
static gpointer
mock_g_object_new (GType object_type, const gchar *first_property_name, size_t size)