mikymod пре 12 година
родитељ
комит
7408b76bc9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      engine/core/math/MathUtils.h

+ 1 - 1
engine/core/math/MathUtils.h

@@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #undef min
 #undef max
 
-#include <cmath>
+#include <math.h>
 
 #include "Assert.h"
 #include "Types.h"