From f731b31edabad9880e39d23899613ff97471cf7d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 28 May 2008 11:56:21 +0000 Subject: (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h --- src/depot_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index d767c395e..cbec1179c 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -26,6 +26,7 @@ #include "depot_base.h" #include "tilehighlight_func.h" #include "window_gui.h" +#include "vehiclelist.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf