diff options
Diffstat (limited to 'libcxx/test/std/strings/strings.erasure/erase.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/strings.erasure/erase.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/strings.erasure/erase.pass.cpp b/libcxx/test/std/strings/strings.erasure/erase.pass.cpp index 5013300d28b..26d6b8674e8 100644 --- a/libcxx/test/std/strings/strings.erasure/erase.pass.cpp +++ b/libcxx/test/std/strings/strings.erasure/erase.pass.cpp @@ -11,7 +11,7 @@ // template <class charT, class traits, class Allocator, class U> // void erase(basic_string<charT, traits, Allocator>& c, const U& value); - + #include <string> #include <optional> |