diff --git a/zone/fastmath.cpp b/zone/fastmath.cpp index fb2cef193..0da87dc87 100644 --- a/zone/fastmath.cpp +++ b/zone/fastmath.cpp @@ -1,3 +1,6 @@ +#if defined(_MSC_VER) +#define _USE_MATH_DEFINES +#endif #include #include "fastmath.h"