[Lldb-commits] [lldb] r169203 - /lldb/trunk/include/lldb/Core/Debugger.h
Jim Ingham
jingham at apple.com
Mon Dec 3 17:57:57 PST 2012
Author: jingham
Date: Mon Dec 3 19:57:57 2012
New Revision: 169203
URL: http://llvm.org/viewvc/llvm-project?rev=169203&view=rev
Log:
Missing #include to pick up def'n of TerminalState.h.
Modified:
lldb/trunk/include/lldb/Core/Debugger.h
Modified: lldb/trunk/include/lldb/Core/Debugger.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Debugger.h?rev=169203&r1=169202&r2=169203&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Debugger.h (original)
+++ lldb/trunk/include/lldb/Core/Debugger.h Mon Dec 3 19:57:57 2012
@@ -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"
More information about the lldb-commits
mailing list