libstdc++: testsuite: Add missing <string> header
libstdc++-v3/ChangeLog: * testsuite/ext/mt_allocator/22309_thread.cc: Include <string>.
This commit is contained in:
parent
30a8f67295
commit
c10a7546cf
@ -22,6 +22,7 @@
|
||||
#include <pthread.h>
|
||||
#include <cstdlib>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
void
|
||||
check_dlopen(void*& h)
|
||||
|
Loading…
Reference in New Issue
Block a user