From 02eddad8d9d34cb7c5df85056700e4b244c02df1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 16:32:27 +0000 Subject: (svn r12467) -Codechange: move DepotID to a more logical location. --- src/yapf/yapf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yapf') diff --git a/src/yapf/yapf.h b/src/yapf/yapf.h index 51ba06b92..40851eb42 100644 --- a/src/yapf/yapf.h +++ b/src/yapf/yapf.h @@ -6,6 +6,7 @@ #define YAPF_H #include "../debug.h" +#include "../depot_type.h" /** Finds the best path for given ship. * @param v the ship that needs to find a path -- cgit v1.2.3-54-g00ecf