Skip to content

Commit 5f32805

Browse files
Include <string> before std::basic_string. (#58, thanks @StephanTLavavej)
1 parent bf9e723 commit 5f32805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/nonstd/string_view.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134

135135
#if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS
136136

137+
#include <string>
138+
137139
namespace nonstd {
138140

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

0 commit comments

Comments
 (0)