Browse Source

Fixed cmath problem

jancoow 9 years ago
parent
commit
e75f624935
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Entity.cpp

+ 1 - 3
Entity.cpp

@@ -1,8 +1,6 @@
 #include "Entity.h"
 #include "Entity.h"
-
+#include "cmath"
 #include <GL/freeglut.h>
 #include <GL/freeglut.h>
-#include <tgmath.h>
-
 #include "Model.h"
 #include "Model.h"