summaryrefslogtreecommitdiff
path: root/src/water_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
commit191a739d31ff66d39a579b8c2438a5068727a276 (patch)
treef70c9827974b8185b970e536e680f84c5c744faf /src/water_cmd.cpp
parent67201b129de8c1a41b0ca09e1de67caedfcd4e60 (diff)
downloadopenttd-191a739d31ff66d39a579b8c2438a5068727a276.tar.xz
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
Diffstat (limited to 'src/water_cmd.cpp')
-rw-r--r--src/water_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp
index 61db28030..fb6ea8090 100644
--- a/src/water_cmd.cpp
+++ b/src/water_cmd.cpp
@@ -3,6 +3,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "bridge_map.h"
+#include "bridge.h"
#include "cmd_helper.h"
#include "station_map.h"
#include "table/sprites.h"