mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Add missing headers, latest MSVC has build errors
This commit is contained in:
parent
96f6b76e7a
commit
9c1a75caef
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue