1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Merge pull request #23330 from ZehMatt/msvc-errs

Add missing headers, latest MSVC has build errors
This commit is contained in:
Matt
2024-12-06 00:06:33 +02:00
committed by GitHub
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>