summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-17 20:54:18 +0000
committerrubidium <rubidium@openttd.org>2008-05-17 20:54:18 +0000
commit9717e1ef073f351a3a3e8769b337395d84448004 (patch)
treea6539103a8675f69e55e00b8315b178a88fcb37e /src/misc.cpp
parentdbdfccc2dadc3d8338614eaff2ca2b105eb15417 (diff)
downloadopenttd-9717e1ef073f351a3a3e8769b337395d84448004.tar.xz
(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h.
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 0546a6465..e50685895 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -27,6 +27,7 @@
#include "core/alloc_type.hpp"
#include "animated_tile_func.h"
#include "tilehighlight_func.h"
+#include "core/bitmath_func.hpp"
#include "table/strings.h"
#include "table/sprites.h"