mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-11 06:44:04 +01:00
Fix: Add missing includes to timers from script implementation files (#11604)
This commit is contained in:
parent
fddcaef74a
commit
e8d2ebb016
@ -15,6 +15,7 @@
|
|||||||
#include "../../strings_func.h"
|
#include "../../strings_func.h"
|
||||||
#include "../../station_cmd.h"
|
#include "../../station_cmd.h"
|
||||||
#include "../../waypoint_cmd.h"
|
#include "../../waypoint_cmd.h"
|
||||||
|
#include "../../timer/timer_game_calendar.h"
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
|
|
||||||
#include "../../safeguards.h"
|
#include "../../safeguards.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#define SCRIPT_DATE_HPP
|
#define SCRIPT_DATE_HPP
|
||||||
|
|
||||||
#include "script_object.hpp"
|
#include "script_object.hpp"
|
||||||
#include "timer/timer_game_calendar.h"
|
#include "../../timer/timer_game_calendar.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class that handles all date related (calculation) functions.
|
* Class that handles all date related (calculation) functions.
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include "../../engine_func.h"
|
#include "../../engine_func.h"
|
||||||
#include "../../articulated_vehicles.h"
|
#include "../../articulated_vehicles.h"
|
||||||
#include "../../engine_cmd.h"
|
#include "../../engine_cmd.h"
|
||||||
|
#include "../../timer/timer_game_calendar.h"
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
|
|
||||||
#include "../../safeguards.h"
|
#include "../../safeguards.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user