diff --git a/src/raymath.h b/src/raymath.h index 4ab5468af..5e87c7d04 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -47,6 +47,8 @@ #ifndef RAYMATH_STANDALONE #include "raylib.h" // Required for structs: Vector3, Matrix +#else + #include #endif #if defined(RAYMATH_IMPLEMENTATION) && defined(RAYMATH_HEADER_ONLY)