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
commit04f936c2c67a58f09bb307f9b021ab7a11b885da (patch)
tree05e3aa4702dd2e570adeaebdf8acd63559e5165f /src/video
parente5d33482b49afdfa91fb0e61b210479346e47484 (diff)
downloadopenttd-04f936c2c67a58f09bb307f9b021ab7a11b885da.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>