diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:38:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:38:12 +0000 |
commit | dfe1ca0d7aa4b8df73527e27644f0d97ab1e8306 (patch) | |
tree | 4048dfef4a5a5f07732274fed980084023b4f0ab | |
parent | 61b440f5005f0bf4e5864ba9cff4107ac56be404 (diff) |
Notes
-rw-r--r-- | include/lldb/Utility/Log.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/lldb/Utility/Log.h b/include/lldb/Utility/Log.h index bfc0f4c9590ad..d856fc81eb0d1 100644 --- a/include/lldb/Utility/Log.h +++ b/include/lldb/Utility/Log.h @@ -18,6 +18,7 @@ #include "llvm/ADT/StringMap.h" // for StringMap #include "llvm/ADT/StringRef.h" // for StringRef, StringLiteral #include "llvm/Support/FormatVariadic.h" +#include "llvm/Support/ManagedStatic.h" #include "llvm/Support/RWMutex.h" #include <atomic> @@ -30,9 +31,6 @@ namespace llvm { class raw_ostream; } -namespace llvm { -template <class C> class ManagedStatic; -} //---------------------------------------------------------------------- // Logging Options //---------------------------------------------------------------------- |