summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_station.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-06-23 21:44:48 +0000
committersmatz <smatz@openttd.org>2009-06-23 21:44:48 +0000
commit0045096403ed050cf972aef6d146535bbb88f713 (patch)
treec2d5afb33a93771903898ca7192ded5d3d40c731 /src/ai/api/ai_station.cpp
parent8bb88e5f7236738f2101b96a3d23a4252464a615 (diff)
downloadopenttd-0045096403ed050cf972aef6d146535bbb88f713.tar.xz
(svn r16640) -Codechange: move roadstop stuff to separate files
Diffstat (limited to 'src/ai/api/ai_station.cpp')
-rw-r--r--src/ai/api/ai_station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_station.cpp b/src/ai/api/ai_station.cpp
index 1a7ef468d..5628ab547 100644
--- a/src/ai/api/ai_station.cpp
+++ b/src/ai/api/ai_station.cpp
@@ -9,6 +9,7 @@
#include "../../command_func.h"
#include "../../debug.h"
#include "../../station_map.h"
+#include "../../roadstop_base.h"
#include "../../string_func.h"
#include "../../strings_func.h"
#include "../../company_func.h"