1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

An attempt to fix the MSVC2017 build

This commit is contained in:
Andrei Kortunov 2020-01-09 20:42:06 +04:00
parent 1cdd33b434
commit a250a405b4

View File

@ -1,6 +1,7 @@
#ifndef MISC_STRINGOPS_H
#define MISC_STRINGOPS_H
#include <cctype>
#include <string>
#include <algorithm>