diff options
Diffstat (limited to 'src/npf.cpp')
-rw-r--r-- | src/npf.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/npf.cpp b/src/npf.cpp index b0f762c25..adbb4228a 100644 --- a/src/npf.cpp +++ b/src/npf.cpp @@ -14,7 +14,8 @@ #include "pathfind.h" #include "station_base.h" #include "station_map.h" -#include "depot.h" +#include "depot_base.h" +#include "depot_map.h" #include "tunnel_map.h" #include "network/network.h" #include "water_map.h" |