Skip to content

Commit

Permalink
Include <string> before std::basic_string. (#58, thanks @StephanT…
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Jun 6, 2024
1 parent bf9e723 commit 5f32805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nonstd/string_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@

#if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS

#include <string>

namespace nonstd {

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

0 comments on commit 5f32805

Please sign in to comment.