mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 17:19:09 +00:00
Fix: Add missing includes to timers from script implementation files
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "../../strings_func.h"
|
||||
#include "../../station_cmd.h"
|
||||
#include "../../waypoint_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
@@ -18,6 +18,7 @@
|
||||
#include "../../engine_func.h"
|
||||
#include "../../articulated_vehicles.h"
|
||||
#include "../../engine_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
@@ -20,6 +20,7 @@
|
||||
#include "../../station_base.h"
|
||||
#include "../../newgrf_industries.h"
|
||||
#include "../../industry_cmd.h"
|
||||
#include "../../timer/timer_game_economy.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
|
Reference in New Issue
Block a user