commit | 3f69fa6f5684b695108e7520b61d04787a969463 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Fri Apr 03 10:55:00 2015 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Fri Apr 03 10:55:00 2015 +0000 |
tree | e5604aa11a2e183fdb41e49bea22a0f0273c68bd | |
parent | ed2ba33ba0b3f123f22ffd3b09947487f4ac0844 [diff] [blame] |
Sprinkle some #include <mutex> in files that use std::call_once. llvm-svn: 234005
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 00cbb20..2ff5e13 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -24,6 +24,7 @@ // C++ Includes #include <algorithm> #include <map> +#include <mutex> // Other libraries and framework includes