From 1b47bdd972fe83b529dc3d475b1ade7b7266eea1 Mon Sep 17 00:00:00 2001 From: Areloch Date: Thu, 12 May 2016 23:49:06 -0500 Subject: [PATCH] Git apparently forgot to commit ALL the changes. --- Engine/source/math/mMath.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Engine/source/math/mMath.h b/Engine/source/math/mMath.h index a1e070db7..4710f6bf0 100644 --- a/Engine/source/math/mMath.h +++ b/Engine/source/math/mMath.h @@ -48,5 +48,8 @@ #ifndef _MEASE_H_ #include "math/mEase.h" #endif +#ifndef MROTATION_H +#include "math/mRotation.h" +#endif #endif //_MMATH_H_