[libc++] Adds a missing include.
authorMark de Wever <koraq@xs4all.nl>
Sat, 15 Jul 2023 14:29:36 +0000 (16:29 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sat, 15 Jul 2023 14:29:36 +0000 (16:29 +0200)
It turns out D153336 needs a new include. This should fix the broken
LLVM CI runners.

libcxx/include/__thread/thread.h
libcxx/test/libcxx/transitive_includes/cxx03.csv
libcxx/test/libcxx/transitive_includes/cxx11.csv
libcxx/test/libcxx/transitive_includes/cxx14.csv
libcxx/test/libcxx/transitive_includes/cxx17.csv
libcxx/test/libcxx/transitive_includes/cxx20.csv
libcxx/test/libcxx/transitive_includes/cxx23.csv
libcxx/test/libcxx/transitive_includes/cxx26.csv

index dec40c7..a1861e4 100644 (file)
@@ -26,6 +26,7 @@
 
 #ifndef _LIBCPP_HAS_NO_LOCALIZATION
 #  include <locale>
+#  include <sstream>
 #endif
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
index 93838aa..495d23a 100644 (file)
@@ -866,6 +866,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index 75da229..319be83 100644 (file)
@@ -867,6 +867,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index 1e6e53b..9c4df80 100644 (file)
@@ -869,6 +869,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index 1e6e53b..9c4df80 100644 (file)
@@ -869,6 +869,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index d4c65b9..ef5ba26 100644 (file)
@@ -874,6 +874,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index 4dc13cc..2745d93 100644 (file)
@@ -623,6 +623,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view
index 4dc13cc..2745d93 100644 (file)
@@ -623,6 +623,7 @@ thread limits
 thread locale
 thread new
 thread ratio
+thread sstream
 thread stdexcept
 thread string
 thread string_view