From aaeeef3d88333098f2630f2975dfeadcbfa08cbb Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 26 Feb 2007 18:25:03 +0000 Subject: (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. --- src/water_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/water_cmd.cpp') 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" -- cgit v1.2.3-54-g00ecf