瀏覽代碼

Fixed cmath problem

jancoow 9 年之前
父節點
當前提交
e75f624935
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Entity.cpp

+ 1 - 3
Entity.cpp

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