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
No known key found for this signature in database
GPG key ID: 18CE582C71A225B0
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>