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`
  • Loading branch information
StephanTLavavej committed Jun 6, 2024
1 parent f204897 commit 509b9d3
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 509b9d3

Please sign in to comment.