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:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
constexpr uint8_t kPeepMinEnergy = 32;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "../world/tile_element/TileElementType.h"
|
||||
#include "Limits.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user