pathfind.c
changeset 1209 a1ac96655b79
parent 1035 0a170deb6e33
child 1891 92a3b0aa0946
--- a/pathfind.c	Sat Jan 29 12:01:36 2005 +0000
+++ b/pathfind.c	Sat Jan 29 12:19:05 2005 +0000
@@ -1,6 +1,7 @@
 #include "stdafx.h"
 #include "ttd.h"
 #include "map.h"
+#include "tile.h"
 #include "pathfind.h"
 
 // remember which tiles we have already visited so we don't visit them again.