Fix cmath issue

This commit is contained in:
2016-05-23 10:00:31 +02:00
parent 5ca5ca194b
commit b1aa61d5f0
+1 -1
View File
@@ -1,7 +1,7 @@
#include "CrystalJohan.h"
#include <GL/freeglut.h>
#include <tgmath.h>
#include <cmath>
#include <cstring>
#include "World.h"