diff options
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index debafde..07c0f7e 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -24,7 +24,9 @@ #include "top.h" #include "gdbsupport/selftest.h" #include <unordered_map> +#if CXX_STD_THREAD #include <mutex> +#endif /* Map format strings to counters. */ |