diff options
Diffstat (limited to 'newgrf_station.c')
-rw-r--r-- | newgrf_station.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_station.c b/newgrf_station.c index b3f76648c..0c602f646 100644 --- a/newgrf_station.c +++ b/newgrf_station.c @@ -15,6 +15,7 @@ #include "newgrf_callbacks.h" #include "newgrf_station.h" #include "newgrf_spritegroup.h" +#include "date.h" static StationClass station_classes[STAT_CLASS_MAX]; |