Fix VS compilation hopefully

This commit is contained in:
Michael Cook (mackal) 2018-03-04 13:54:04 -05:00
parent bb3c0b41f6
commit 525db1819d

View File

@ -1,3 +1,6 @@
#if defined(_MSC_VER)
#define _USE_MATH_DEFINES
#endif
#include <cmath>
#include "fastmath.h"