1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix #20944: Add cstdint to EnumMap and EntryList (#20945)

This commit is contained in:
mrmbernardi
2023-11-04 20:55:35 +01:00
committed by GitHub
parent 9300e33ac9
commit e914ffedaf
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <algorithm>
#include <array>
#include <cstdint>
#include <optional>
#include <string_view>
#include <vector>

View File

@@ -9,6 +9,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <string_view>
#include <vector>