From d11a4c11203049584fd5d3d34f3554e5c9289d01 Mon Sep 17 00:00:00 2001 From: BastiaanOlij Date: Wed, 18 Jan 2017 21:55:47 +1100 Subject: Some changes in the header so Godot3 compiles again on Windows. --- core/math/math_funcs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/math/math_funcs.h') diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index e81646b1ca..665182afcf 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -33,10 +33,9 @@ #include "math_defs.h" #include "pcg.h" -#ifndef NO_MATH_H #include -#endif - +#include + #define Math_PI 3.14159265358979323846 #define Math_SQRT12 0.7071067811865475244008443621048490 -- cgit v1.2.3