Przeglądaj źródła

change cmath in math.h

mikymod 12 lat temu
rodzic
commit
7408b76bc9
1 zmienionych plików z 1 dodań i 1 usunięć
  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"