diff options
-rw-r--r-- | nptl/tst-thread_local1.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-thread_local1.cc b/nptl/tst-thread_local1.cc index 9608afa..338aafe 100644 --- a/nptl/tst-thread_local1.cc +++ b/nptl/tst-thread_local1.cc @@ -21,6 +21,7 @@ #include <stdio.h> #include <string.h> +#include <array> #include <functional> #include <string> #include <thread> |