From b139756e2ba70431364b21a5b49950fc991dbdef Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Apr 2008 11:12:07 +0000 Subject: (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp --- src/roadveh_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index 49176ccc0..30f5af2ec 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -42,6 +42,7 @@ #include "order_func.h" #include "depot_base.h" #include "depot_func.h" +#include "effectvehicle_func.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf