diff options
author | Jim Ingham <jingham@apple.com> | 2012-12-04 01:57:57 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2012-12-04 01:57:57 +0000 |
commit | 15a2860b09c55e2531b1e70b69d7dc56a05060e9 (patch) | |
tree | 59665b5026acc8bce32667a16e3c9afc0c84ccf3 | |
parent | 12057dafea470e044aa9f66e7876441b91112441 (diff) | |
download | llvm-15a2860b09c55e2531b1e70b69d7dc56a05060e9.zip llvm-15a2860b09c55e2531b1e70b69d7dc56a05060e9.tar.gz llvm-15a2860b09c55e2531b1e70b69d7dc56a05060e9.tar.bz2 |
Missing #include to pick up def'n of TerminalState.h.
llvm-svn: 169203
-rw-r--r-- | lldb/include/lldb/Core/Debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/Debugger.h b/lldb/include/lldb/Core/Debugger.h index f47153b..cdbf141 100644 --- 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" |