aboutsummaryrefslogtreecommitdiff
path: root/test/pugl_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-08 17:47:12 +0100
committerDavid Robillard <d@drobilla.net>2020-03-08 17:47:12 +0100
commitf1f50a738e10873c483b7425ae7da963114b7719 (patch)
treeefebbb6f25fbafebbdd4d4073b81743f04f9c782 /test/pugl_test.c
parent63b748a6b2f1fa9db262ba15a60939109053556e (diff)
Split graphical utilities out from test_utils.h
Diffstat (limited to 'test/pugl_test.c')
-rw-r--r--test/pugl_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pugl_test.c b/test/pugl_test.c
index 4c0498d..f5a696e 100644
--- a/test/pugl_test.c
+++ b/test/pugl_test.c
@@ -20,6 +20,7 @@
#define GL_SILENCE_DEPRECATION 1
+#include "demo_utils.h"
#include "test_utils.h"
#include "pugl/gl.h"