summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-11 00:30:32 +0000
committerrubidium <rubidium@openttd.org>2008-01-11 00:30:32 +0000
commit97d6e0e6c0bdada386ac68ffb95719721f1c54ce (patch)
tree05e3aa4702dd2e570adeaebdf8acd63559e5165f /src/video
parent2ba5bf8947f8c879ed1f41cdd218c6271f626151 (diff)
downloadopenttd-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.cpp1
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>