diff options
Diffstat (limited to 'test/924-threads/threads.cc')
| -rw-r--r-- | test/924-threads/threads.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/924-threads/threads.cc b/test/924-threads/threads.cc index 8330179fbf..8caff768c1 100644 --- a/test/924-threads/threads.cc +++ b/test/924-threads/threads.cc @@ -16,7 +16,7 @@ #include <stdio.h> -#include <mutex> // NOLINT [build/c++11] [5] +#include <mutex> #include <string> #include <vector> |