diff options
author | rubidium <rubidium@openttd.org> | 2007-11-24 08:45:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-11-24 08:45:04 +0000 |
commit | ea072322fa099509b5e8aeb1d9c8be9f857dd972 (patch) | |
tree | cf761cfea846d41d39350cafe88182e83c852d93 /src/industry_cmd.cpp | |
parent | c8add525041eaf50020a12ce13fd63d86b6d26b8 (diff) | |
download | openttd-ea072322fa099509b5e8aeb1d9c8be9f857dd972.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/industry_cmd.cpp')
-rw-r--r-- | src/industry_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 99f52c13d..ec8f6c104 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -40,6 +40,7 @@ #include "misc/autoptr.hpp" #include "autoslope.h" #include "transparency.h" +#include "water.h" void ShowIndustryViewWindow(int industry); void BuildOilRig(TileIndex tile); |