1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 01:42:38 +01:00

Codefix: Add missing header includes.

This commit is contained in:
frosch
2025-04-19 22:35:05 +02:00
committed by frosch
parent 461b73e21b
commit cb113cfed0
40 changed files with 70 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
#define SCRIPT_CONTROLLER_HPP
#include "script_types.hpp"
#include "../../string_func.h"
#include "../../company_type.h"
/**