diff options
author | rubidium <rubidium@openttd.org> | 2008-01-11 00:30:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-11 00:30:32 +0000 |
commit | 97d6e0e6c0bdada386ac68ffb95719721f1c54ce (patch) | |
tree | 05e3aa4702dd2e570adeaebdf8acd63559e5165f /src/video | |
parent | 2ba5bf8947f8c879ed1f41cdd218c6271f626151 (diff) | |
download | openttd-97d6e0e6c0bdada386ac68ffb95719721f1c54ce.tar.xz |
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/sdl_v.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index cf0e9971d..f52478c5d 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -11,6 +11,7 @@ #include "../variables.h" #include "../blitter/factory.hpp" #include "../network/network.h" +#include "../core/math_func.hpp" #include "sdl_v.h" #include <SDL.h> |