projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12057da
)
Missing #include to pick up def'n of TerminalState.h.
author
Jim Ingham
<jingham@apple.com>
Tue, 4 Dec 2012 01:57:57 +0000
(
01:57
+0000)
committer
Jim Ingham
<jingham@apple.com>
Tue, 4 Dec 2012 01:57:57 +0000
(
01:57
+0000)
llvm-svn: 169203
lldb/include/lldb/Core/Debugger.h
patch
|
blob
|
history
diff --git
a/lldb/include/lldb/Core/Debugger.h
b/lldb/include/lldb/Core/Debugger.h
index
f47153b
..
cdbf141
100644
(file)
--- a/
lldb/include/lldb/Core/Debugger.h
+++ b/
lldb/include/lldb/Core/Debugger.h
@@
-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"