Explorar el Código

Fix cmath issue

Kenneth van Ewijk hace 9 años
padre
commit
b1aa61d5f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"