summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/actor-destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/clutter/conform/actor-destroy.c')
-rw-r--r--src/tests/clutter/conform/actor-destroy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/clutter/conform/actor-destroy.c b/src/tests/clutter/conform/actor-destroy.c
index 10ad79df7..a0867fb27 100644
--- a/src/tests/clutter/conform/actor-destroy.c
+++ b/src/tests/clutter/conform/actor-destroy.c
@@ -1,6 +1,8 @@
#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
#include <clutter/clutter.h>
+#include "tests/clutter-test-utils.h"
+
#define TEST_TYPE_DESTROY (test_destroy_get_type ())
#define TEST_DESTROY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TEST_TYPE_DESTROY, TestDestroy))
#define TEST_IS_DESTROY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TEST_TYPE_DESTROY))