From 070a8d785409a4bff2d950b2acd3c114c745ba3d Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Mon, 12 Oct 2015 02:50:24 -0700 Subject: [PATCH] Windows fix --- include/Math.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Math.hpp b/include/Math.hpp index a4b7d92..b952f67 100644 --- a/include/Math.hpp +++ b/include/Math.hpp @@ -6,8 +6,9 @@ #endif #ifndef _USE_MATH_DEFINES #define _USE_MATH_DEFINES 1 -#include #endif +#include +#include #include "CVector3f.hpp" #include "CTransform.hpp"