diff options
Diffstat (limited to '')
-rw-r--r-- | src/Matrix4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Matrix4.h b/src/Matrix4.h index a20c019e9..456677f0f 100644 --- a/src/Matrix4.h +++ b/src/Matrix4.h @@ -3,7 +3,7 @@ - +#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC) #include <math.h> |