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
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <pthread.h>
|
||||
#include <cstdlib>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
void
|
||||
check_dlopen(void*& h)
|
||||
|
|
Loading…
Add table
Reference in a new issue