summaryrefslogtreecommitdiff
path: root/src/yapf
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
commit02eddad8d9d34cb7c5df85056700e4b244c02df1 (patch)
treeed475a8e0c2e0d66570aa6756d880db92f3884d4 /src/yapf
parentb563a2e52cd173c2efb5aab91ff5a0ecd85f4044 (diff)
downloadopenttd-02eddad8d9d34cb7c5df85056700e4b244c02df1.tar.xz
(svn r12467) -Codechange: move DepotID to a more logical location.
Diffstat (limited to 'src/yapf')
-rw-r--r--src/yapf/yapf.h1
1 files changed, 1 insertions, 0 deletions
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