summaryrefslogtreecommitdiff
path: root/src/dock_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-11-24 08:45:04 +0000
committerrubidium <rubidium@openttd.org>2007-11-24 08:45:04 +0000
commit7f72e5573a36469b2deb14769a5df5544ccf1a12 (patch)
treecf761cfea846d41d39350cafe88182e83c852d93 /src/dock_gui.cpp
parentb38d2e8dbb5d0b77b85a2cadeeeee992d5092683 (diff)
downloadopenttd-7f72e5573a36469b2deb14769a5df5544ccf1a12.tar.xz
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r--src/dock_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp
index 5fbdc47b0..64822ea3f 100644
--- a/src/dock_gui.cpp
+++ b/src/dock_gui.cpp
@@ -16,6 +16,7 @@
#include "sound.h"
#include "command.h"
#include "variables.h"
+#include "water.h"
static void ShowBuildDockStationPicker();
static void ShowBuildDocksDepotPicker();