Fix: Add missing includes to timers from script implementation files (#11604)

This commit is contained in:
Tyler Trahan
2023-12-19 09:09:46 -05:00
committed by GitHub
parent fddcaef74a
commit e8d2ebb016
3 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
#define SCRIPT_DATE_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.