summaryrefslogtreecommitdiff
path: root/src/clear_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-26 18:25:03 +0000
committerrubidium <rubidium@openttd.org>2007-02-26 18:25:03 +0000
commitaaeeef3d88333098f2630f2975dfeadcbfa08cbb (patch)
treef70c9827974b8185b970e536e680f84c5c744faf /src/clear_cmd.cpp
parentf3f966e61674cf69b52a9e729de51da220b44c30 (diff)
downloadopenttd-aaeeef3d88333098f2630f2975dfeadcbfa08cbb.tar.xz
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
Diffstat (limited to 'src/clear_cmd.cpp')
-rw-r--r--src/clear_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp
index 44e735add..d80876554 100644
--- a/src/clear_cmd.cpp
+++ b/src/clear_cmd.cpp
@@ -15,6 +15,7 @@
#include "command.h"
#include "tunnel_map.h"
#include "bridge_map.h"
+#include "bridge.h"
#include "variables.h"
#include "table/sprites.h"
#include "unmovable_map.h"