1
0
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:
Tyler Trahan
2023-12-14 17:22:44 -05:00
parent b959be98a3
commit df03d60258
3 changed files with 3 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"