Missing #include to pick up def'n of TerminalState.h.
authorJim Ingham <jingham@apple.com>
Tue, 4 Dec 2012 01:57:57 +0000 (01:57 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 4 Dec 2012 01:57:57 +0000 (01:57 +0000)
llvm-svn: 169203

lldb/include/lldb/Core/Debugger.h

index f47153b..cdbf141 100644 (file)
@@ -30,6 +30,7 @@
 #include "lldb/Core/SourceManager.h"
 #include "lldb/Core/UserID.h"
 #include "lldb/Core/UserSettingsController.h"
+#include "lldb/Host/Terminal.h"
 #include "lldb/Interpreter/OptionValueProperties.h"
 #include "lldb/Target/ExecutionContext.h"
 #include "lldb/Target/Platform.h"