1
0
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:
Bart Ribbers
2023-05-18 15:16:59 +02:00
committed by GitHub
parent e0ec4f9347
commit 053c00218f

View File

@@ -11,6 +11,7 @@
#include "../core/Range.hpp"
#include <cstdint>
#include <optional>
#include <string>
#include <vector>