mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Fix int32_t being undefined on Musl systems due to missing import (#20231)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "../core/Range.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user