From 610bbda23f19e4ae3a20796c30f907a4275e84e8 Mon Sep 17 00:00:00 2001 From: Christian Gruber Date: Sun, 7 Jun 2020 22:52:24 +0200 Subject: [PATCH] Add glib-object.h to includes --- libgnucash/engine/mocks/gmock-gobject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/engine/mocks/gmock-gobject.h b/libgnucash/engine/mocks/gmock-gobject.h index fa09c8dcf0..e09898f7d5 100644 --- a/libgnucash/engine/mocks/gmock-gobject.h +++ b/libgnucash/engine/mocks/gmock-gobject.h @@ -2,6 +2,7 @@ #define GMOCK_GOBJECT_H #include +#include static gpointer mock_g_object_new (GType object_type, const gchar *first_property_name, size_t size)