From ba24c34f8558369cc0802c92963b40ff5c7b0bc2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 May 2007 17:31:41 +0000 Subject: (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. --- src/depot.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/depot.cpp') diff --git a/src/depot.cpp b/src/depot.cpp index 2267e362e..3789c0edd 100644 --- a/src/depot.cpp +++ b/src/depot.cpp @@ -4,6 +4,7 @@ #include "stdafx.h" #include "openttd.h" +#include "vehicle.h" #include "depot.h" #include "functions.h" #include "landscape.h" -- cgit v1.2.3-54-g00ecf