Skip to content

Commit

Permalink
fix: string-view-lite: Include <string> before using `std::basic_st…
Browse files Browse the repository at this point in the history
…ring` (#4695)

Co-authored-by: Griffin Bassman <griffinbassman@gmail.com>
  • Loading branch information
StephanTLavavej and bassmang authored Jun 20, 2024
1 parent e6ead08 commit ae37e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext_libs/string-view-lite/nonstd/string_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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 ae37e6c

Please sign in to comment.