diff options
Diffstat (limited to 'sdl/math3d.c')
-rw-r--r-- | sdl/math3d.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl/math3d.c b/sdl/math3d.c index 998641b..e189a01 100644 --- a/sdl/math3d.c +++ b/sdl/math3d.c @@ -6,6 +6,8 @@ * */ +#include <math.h> +#include <string.h> #include "math3d.h" void m3dFindNormalf(M3DVector3f result, const M3DVector3f point1, |