From e75f624935db390c2ddc4f87902753d22574fcfa Mon Sep 17 00:00:00 2001 From: jancoow Date: Mon, 23 May 2016 08:53:03 +0200 Subject: [PATCH] Fixed cmath problem --- Entity.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Entity.cpp b/Entity.cpp index 51efb39..78893fc 100644 --- a/Entity.cpp +++ b/Entity.cpp @@ -1,8 +1,6 @@ #include "Entity.h" - +#include "cmath" #include -#include - #include "Model.h"