1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 12:09:53 +00:00

Add more includes just for sure

This commit is contained in:
Andrei Kortunov 2024-03-17 17:22:10 +04:00
parent 2523afe9c2
commit cb831a5917

View file

@ -1,7 +1,12 @@
#include "yamlloader.hpp"
#include <charconv>
#include <cmath>
#include <limits>
#include <regex>
#include <stdexcept>
#include <system_error>
#include <vector>
#include <yaml-cpp/yaml.h>