mikymod 12 лет назад
Родитель
Сommit
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"