commit | 4171da5cfead8fa06ddb5395d897e42eb1b14804 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Fri Sep 19 20:12:32 2014 +0000 |
committer | Zachary Turner <zturner@google.com> | Fri Sep 19 20:12:32 2014 +0000 |
tree | 610b0b4e37b94a49729dc5e9f606e367649ca578 | |
parent | b77aba77086f92db9a3b83b308a3fce6dc08f864 [diff] [blame] |
Make sure to #include <atomic> when using std::atomic. llvm-svn: 218148
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index 49c43af..463de13 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp
@@ -11,6 +11,7 @@ // C Includes // C++ Includes +#include <atomic> // Other libraries and framework includes // Project includes #include "lldb/Interpreter/Args.h"