소스 검색

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"