mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-12 08:06:44 +00:00
Fix build with msvc
components\resource\cachestats.hpp(23): error C2039: 'string': is not a member of 'std'
This commit is contained in:
parent
b32f68fcd2
commit
ec6af1ef32
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#define OPENMW_COMPONENTS_RESOURCE_CACHESATS
|
#define OPENMW_COMPONENTS_RESOURCE_CACHESATS
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue