1
0
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:
Michael Steenbeek
2020-07-13 18:26:20 +02:00
committed by GitHub
parent b34381f030
commit e99f4a23c5

View File

@@ -13,6 +13,7 @@
#include "RCT2.h"
#include <cstdint>
#include <cstring>
#include <memory>
#include <string_view>