From a430823b43bc32f51022fe16fc23d6325dfe5fce Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Mon, 3 Feb 2020 13:47:34 -0800 Subject: [PATCH] Update include/gsl/string_span Co-Authored-By: Casey Carter --- include/gsl/string_span | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/string_span b/include/gsl/string_span index a1d2bb2..fc0dfeb 100644 --- a/include/gsl/string_span +++ b/include/gsl/string_span @@ -26,7 +26,7 @@ #include // for size_t, nullptr_t #include // for PTRDIFF_MAX #include -#include // for basic_string, allocator, char_traits +#include // for basic_string, allocator, char_traits #include // for declval, is_convertible, enable_if_t, add_... #if defined(_MSC_VER) && !defined(__clang__)