aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/scriptables/script_ext_math.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 17:28:37 +0200
committerEinar Johan Trøan Sømåen2012-08-31 17:28:37 +0200
commitb01f09e82fd254823a839a8d4f622dc4d35bde6a (patch)
treed7f5887067004e9909417540e5607b23b845b907 /engines/wintermute/base/scriptables/script_ext_math.cpp
parentd5f92497e6f15fab1c7f09bdf9a3f9c86982d35f (diff)
downloadscummvm-rg350-b01f09e82fd254823a839a8d4f622dc4d35bde6a.tar.gz
scummvm-rg350-b01f09e82fd254823a839a8d4f622dc4d35bde6a.tar.bz2
scummvm-rg350-b01f09e82fd254823a839a8d4f622dc4d35bde6a.zip
WINTERMUTE: Use <math.h> instead of <cmath>
Diffstat (limited to 'engines/wintermute/base/scriptables/script_ext_math.cpp')
-rw-r--r--engines/wintermute/base/scriptables/script_ext_math.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/scriptables/script_ext_math.cpp b/engines/wintermute/base/scriptables/script_ext_math.cpp
index 906d807275..f7d0ba20b9 100644
--- a/engines/wintermute/base/scriptables/script_ext_math.cpp
+++ b/engines/wintermute/base/scriptables/script_ext_math.cpp
@@ -31,7 +31,7 @@
#include "engines/wintermute/base/scriptables/script_value.h"
#include "engines/wintermute/persistent.h"
#include "common/math.h"
-#include <cmath>
+#include <math.h>
namespace Wintermute {