diff options
-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 bfc0f4c9590a..d856fc81eb0d 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 //---------------------------------------------------------------------- |