Skip to content

Commit

Permalink
Fix build with msvc
Browse files Browse the repository at this point in the history
components\resource\cachestats.hpp(23): error C2039: 'string': is not a member of 'std'
  • Loading branch information
elsid committed Sep 14, 2024
1 parent b32f68f commit ec6af1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/resource/cachestats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define OPENMW_COMPONENTS_RESOURCE_CACHESATS

#include <cstddef>
#include <string>
#include <string_view>
#include <vector>

Expand Down

0 comments on commit ec6af1e

Please sign in to comment.