aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cube_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 21:26:35 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 21:26:35 +0100
commitf6ca60606561ddbe5dab526ab1bc6b89f6dbe082 (patch)
tree41b089efcad6d691f348cc05af193e583afe2380 /examples/cube_view.h
parent1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712 (diff)
downloadpugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.gz
pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.bz2
pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.zip
Clean up includes
Diffstat (limited to 'examples/cube_view.h')
-rw-r--r--examples/cube_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cube_view.h b/examples/cube_view.h
index e0c86eb..71ae88d 100644
--- a/examples/cube_view.h
+++ b/examples/cube_view.h
@@ -22,6 +22,9 @@
#include "demo_utils.h"
#include "pugl/gl.h"
+#include "pugl/pugl.h"
+
+#include <stdbool.h>
// clang-format off