1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add missing headers, latest MSVC has build errors

This commit is contained in:
ζeh Matt
2024-12-05 23:50:18 +02:00
parent 96f6b76e7a
commit 9c1a75caef
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include <array>
#include <optional>
#include <string>
#include <string_view>
constexpr uint8_t kPeepMinEnergy = 32;

View File

@@ -18,6 +18,7 @@
#include "../world/tile_element/TileElementType.h"
#include "Limits.h"
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>