Windows fix

This commit is contained in:
Jack Andersen
2015-10-12 09:24:53 -10:00
parent 070a8d7854
commit cd3d2ee133
2 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES 1
#endif
#include <cmath>
#include <math.h>
#include <algorithm>
#include "CVector3f.hpp"