commit | 940f425a43a6d65ae27bcc9ada16b72ce6af3e50 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Fri Jun 10 23:53:06 2016 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Fri Jun 10 23:53:06 2016 +0000 |
tree | f9d44577d8863575b90f7ae179660e20413a0159 | |
parent | 88f86b60ca808b2e7e48a1ab07a97842fb380f66 [diff] [blame] |
Add missing #include for linux. <rdar://problem/25501013> llvm-svn: 272445
diff --git a/lldb/source/Target/ThreadCollection.cpp b/lldb/source/Target/ThreadCollection.cpp index cdccc4b..d8d622e 100644 --- a/lldb/source/Target/ThreadCollection.cpp +++ b/lldb/source/Target/ThreadCollection.cpp
@@ -9,6 +9,7 @@ #include <stdlib.h> #include <algorithm> +#include <mutex> #include "lldb/Target/ThreadCollection.h" #include "lldb/Target/Thread.h"