瀏覽代碼

Fix cmath issue

Kenneth van Ewijk 9 年之前
父節點
當前提交
b1aa61d5f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CrystalJohan.cpp

+ 1 - 1
CrystalJohan.cpp

@@ -1,7 +1,7 @@
 
 #include "CrystalJohan.h"
 #include <GL/freeglut.h>
-#include <tgmath.h>
+#include <cmath>
 #include <cstring>
 #include "World.h"