mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Add missing header (#12235)
std::memcpy is defined in <cstring>. The Docker CI would fail because this header was not included.
This commit is contained in:
committed by
GitHub
parent
b34381f030
commit
e99f4a23c5
@@ -13,6 +13,7 @@
|
||||
#include "RCT2.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user