diff options
author | glx <glx@openttd.org> | 2008-01-13 22:07:33 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-01-13 22:07:33 +0000 |
commit | 48861a9faeb449952ecded601481d63aeea1194d (patch) | |
tree | a79a684e8c3393cf14b802c7803ab12d9239b72a /src/video | |
parent | 392d59f6a9d895710ff619ebe980e960b673bca7 (diff) | |
download | openttd-48861a9faeb449952ecded601481d63aeea1194d.tar.xz |
(svn r11841) -Fix: win32 compilation
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/win32_v.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index ceac2b3b6..d88076589 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -7,6 +7,7 @@ #include "../win32.h" #include "../blitter/factory.hpp" #include "../network/network.h" +#include "../core/math_func.hpp" #include "win32_v.h" #include <windows.h> #include <tchar.h> |