diff options
Diffstat (limited to 'engines/wintermute/math/math_util.cpp')
-rw-r--r-- | engines/wintermute/math/math_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/math/math_util.cpp b/engines/wintermute/math/math_util.cpp index 31af77538a..0aa0f841ac 100644 --- a/engines/wintermute/math/math_util.cpp +++ b/engines/wintermute/math/math_util.cpp @@ -27,7 +27,7 @@ */ #include "engines/wintermute/math/math_util.h" -#include <math.h> +#include "common/scummsys.h" namespace Wintermute { |