summaryrefslogtreecommitdiff
path: root/examples/gltf_loading
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gltf_loading')
-rw-r--r--examples/gltf_loading/ex_gltf_loading.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gltf_loading/ex_gltf_loading.c b/examples/gltf_loading/ex_gltf_loading.c
index 98654d6..b181426 100644
--- a/examples/gltf_loading/ex_gltf_loading.c
+++ b/examples/gltf_loading/ex_gltf_loading.c
@@ -1,8 +1,10 @@
#include <glfw3.h>
+#include "animation.h"
#include "camera.h"
#include "core.h"
#include "loaders.h"
+#include "log.h"
#include "maths.h"
#include "maths_types.h"
#include "render.h"