diff mbox series

[committed] libstdc++: testsuite: Add missing <string> header

Message ID 20220627101757.34094-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: testsuite: Add missing <string> header | expand

Commit Message

Jonathan Wakely June 27, 2022, 10:17 a.m. UTC
Tested powerpc64le-linux, pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* testsuite/ext/mt_allocator/22309_thread.cc: Include <string>.
---
 libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
index 2d94ea3a111..99cbb0ffbb8 100644
--- a/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
+++ b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
@@ -22,6 +22,7 @@ 
 #include <pthread.h>
 #include <cstdlib>
 #include <stdexcept>
+#include <string>
 
 void
 check_dlopen(void*& h)