diff --git a/src/math/vector3.c b/src/math/vector3.c index 004d57f..b570c5f 100644 --- a/src/math/vector3.c +++ b/src/math/vector3.c @@ -1,6 +1,8 @@ -#include +#include #include +#include + Vec3* vec3(float x, float y, float z) { Vec3* vec = (Vec3*)malloc(sizeof(Vec3));