From f1f50a738e10873c483b7425ae7da963114b7719 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Mar 2020 17:47:12 +0100 Subject: Split graphical utilities out from test_utils.h --- test/pugl_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/pugl_test.c') 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" -- cgit v1.2.1