Skip to content

Commit ae37e6c

Browse files
fix: string-view-lite: Include <string> before using std::basic_string (#4695)
Co-authored-by: Griffin Bassman <[email protected]>
1 parent e6ead08 commit ae37e6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext_libs/string-view-lite/nonstd/string_view.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128

129129
#if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS
130130

131+
#include <string>
132+
131133
namespace nonstd {
132134

133135
template< class CharT, class Traits, class Allocator = std::allocator<CharT> >

0 commit comments

Comments
 (0)