summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/main_loop/ex_main_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c
index 728290f..9a6f98c 100644
--- a/examples/main_loop/ex_main_loop.c
+++ b/examples/main_loop/ex_main_loop.c
@@ -1,6 +1,7 @@
#include <glfw3.h>
#include "core.h"
+#include "maths.h"
#include "render.h"
#include "render_backend.h"