mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +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
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue