aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index ca08e1a2..dbcbc35f 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -32,6 +32,8 @@
#include <stdlib.h> // Declares malloc() and free() for memory management, rand()
#include <string.h> // Declares strcmp(), strlen(), strtok()
+#include "raymath.h" // Required for Vector3 and Matrix functions
+
#if defined(GRAPHICS_API_OPENGL_11)
#ifdef __APPLE__ // OpenGL include for OSX
#include <OpenGL/gl.h>