libstdc++: testsuite: Add missing <string> header

libstdc++-v3/ChangeLog:

	* testsuite/ext/mt_allocator/22309_thread.cc: Include <string>.
This commit is contained in:
Jonathan Wakely 2022-06-24 15:13:12 +01:00
parent 30a8f67295
commit c10a7546cf

View File

@ -22,6 +22,7 @@
#include <pthread.h>
#include <cstdlib>
#include <stdexcept>
#include <string>
void
check_dlopen(void*& h)