summaryrefslogtreecommitdiff
path: root/station_map.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-18 15:28:29 +0000
committertron <tron@openttd.org>2006-06-18 15:28:29 +0000
commit1ad425e8029106b6af017c19d3498eb68f3b0403 (patch)
tree76829680f3512a205c958d3557a4ef7c8c99b869 /station_map.h
parent60e65953fc57031123dc4235de36e70e3556e496 (diff)
downloadopenttd-1ad425e8029106b6af017c19d3498eb68f3b0403.tar.xz
(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore
Diffstat (limited to 'station_map.h')
-rw-r--r--station_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/station_map.h b/station_map.h
index 822e79745..7033f63aa 100644
--- a/station_map.h
+++ b/station_map.h
@@ -3,6 +3,7 @@
#ifndef STATION_MAP_H
#define STATION_MAP_H
+#include "rail_map.h"
#include "station.h"
typedef byte StationGfx;