mirror of https://github.com/AxioDL/zeus.git
Windows fix
This commit is contained in:
parent
9402346822
commit
070a8d7854
|
@ -6,8 +6,9 @@
|
||||||
#endif
|
#endif
|
||||||
#ifndef _USE_MATH_DEFINES
|
#ifndef _USE_MATH_DEFINES
|
||||||
#define _USE_MATH_DEFINES 1
|
#define _USE_MATH_DEFINES 1
|
||||||
#include <cmath>
|
|
||||||
#endif
|
#endif
|
||||||
|
#include <cmath>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "CVector3f.hpp"
|
#include "CVector3f.hpp"
|
||||||
#include "CTransform.hpp"
|
#include "CTransform.hpp"
|
||||||
|
|
Loading…
Reference in New Issue