From d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 3 Jul 2011 20:08:17 -0500 Subject: tidy up the code --- math3d.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math3d.c') diff --git a/math3d.c b/math3d.c index 9a4be87..bfd9bed 100644 --- a/math3d.c +++ b/math3d.c @@ -1,3 +1,6 @@ +#include +#include +#include #include "math3d.h" void m3dFindNormal(M3DVector3f result, const M3DVector3f point1, -- cgit v1.2.3