summaryrefslogtreecommitdiff
path: root/src/pathfinder/yapf/yapf_ship.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-04-19 15:00:11 +0000
committersmatz <smatz@openttd.org>2011-04-19 15:00:11 +0000
commit6e011e9e682801beb3301654f19e05dd76eaf9f8 (patch)
treea913e07ec47c313796c84826aef69236d240b287 /src/pathfinder/yapf/yapf_ship.cpp
parent64cd6a62a2d819b0867162971ce9c9436fe734c0 (diff)
downloadopenttd-6e011e9e682801beb3301654f19e05dd76eaf9f8.tar.xz
(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp
Diffstat (limited to 'src/pathfinder/yapf/yapf_ship.cpp')
-rw-r--r--src/pathfinder/yapf/yapf_ship.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathfinder/yapf/yapf_ship.cpp b/src/pathfinder/yapf/yapf_ship.cpp
index 51fc84944..69f1ce2c5 100644
--- a/src/pathfinder/yapf/yapf_ship.cpp
+++ b/src/pathfinder/yapf/yapf_ship.cpp
@@ -13,6 +13,7 @@
#include "../../ship.h"
#include "yapf.hpp"
+#include "yapf_node_ship.hpp"
/** Node Follower module of YAPF for ships */
template <class Types>