Codechange: Include more relevant headers for script_storage. (#14437)

This commit is contained in:
Peter Nelson
2025-07-14 07:49:50 +01:00
committed by GitHub
parent 1d38cbafcb
commit a6143eea21
2 changed files with 7 additions and 7 deletions

View File

@@ -24,10 +24,12 @@
#include "api/script_event.hpp"
#include "api/script_log.hpp"
#include "../company_base.h"
#include "../company_func.h"
#include "../company_type.h"
#include "../fileio_func.h"
#include "../goal_type.h"
#include "../league_type.h"
#include "../signs_type.h"
#include "../story_type.h"
#include "../misc/endian_buffer.hpp"
#include "../safeguards.h"