diff options
Diffstat (limited to 'ai_pathfinder.c')
-rw-r--r-- | ai_pathfinder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ai_pathfinder.c b/ai_pathfinder.c index 5c05879ad..4510c60f4 100644 --- a/ai_pathfinder.c +++ b/ai_pathfinder.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "map.h" +#include "tile.h" #include "command.h" #include "ai.h" |