From 671b9df36412e0731807b9258c9cc9ca207ffb05 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 6 Jun 2024 00:43:48 -0700 Subject: [PATCH] Include `` before `std::basic_string`. --- include/nonstd/string_view.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/nonstd/string_view.hpp b/include/nonstd/string_view.hpp index 84a565f..5f1fccf 100644 --- a/include/nonstd/string_view.hpp +++ b/include/nonstd/string_view.hpp @@ -134,6 +134,8 @@ #if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS +#include + namespace nonstd { template< class CharT, class Traits, class Allocator = std::allocator >