Missing #include to pick up def'n of TerminalState.h.

llvm-svn: 169203
This commit is contained in:
Jim Ingham 2012-12-04 01:57:57 +00:00
parent 12057dafea
commit 15a2860b09
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "lldb/Core/SourceManager.h" #include "lldb/Core/SourceManager.h"
#include "lldb/Core/UserID.h" #include "lldb/Core/UserID.h"
#include "lldb/Core/UserSettingsController.h" #include "lldb/Core/UserSettingsController.h"
#include "lldb/Host/Terminal.h"
#include "lldb/Interpreter/OptionValueProperties.h" #include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Target/ExecutionContext.h" #include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Platform.h" #include "lldb/Target/Platform.h"