diff options
author | terkhen <terkhen@openttd.org> | 2011-09-03 10:31:28 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-09-03 10:31:28 +0000 |
commit | 008b5b6d270f9ff4731fd6aa5af936e13677f265 (patch) | |
tree | 4e9a83fcad1797131e2e712be97dd7e3ca3aa293 /src/sound | |
parent | b2bc7797bf1ca469b847018a8d7125658c6fa3f9 (diff) | |
download | openttd-008b5b6d270f9ff4731fd6aa5af936e13677f265.tar.xz |
(svn r22877) -Fix (r22874): Fix broken compilation on MinGW.
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/win32_s.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/win32_s.cpp b/src/sound/win32_s.cpp index ef3f98f40..d241f45c8 100644 --- a/src/sound/win32_s.cpp +++ b/src/sound/win32_s.cpp @@ -15,6 +15,7 @@ #include "../mixer.h" #include "../core/alloc_func.hpp" #include "../core/bitmath_func.hpp" +#include "../core/math_func.hpp" #include "win32_s.h" #include <windows.h> #include <mmsystem.h> |