[Lldb-commits] [lldb] r127557 - /lldb/trunk/source/lldb.cpp

Stephen Wilson wilsons at start.ca
Sat Mar 12 16:00:32 PST 2011


Author: wilsons
Date: Sat Mar 12 18:00:32 2011
New Revision: 127557

URL: http://llvm.org/viewvc/llvm-project?rev=127557&view=rev
Log:
Add a missing include.

This change is needed to fix the build on Linux. 



Modified:
    lldb/trunk/source/lldb.cpp

Modified: lldb/trunk/source/lldb.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb.cpp?rev=127557&r1=127556&r2=127557&view=diff
==============================================================================
--- lldb/trunk/source/lldb.cpp (original)
+++ lldb/trunk/source/lldb.cpp Sat Mar 12 18:00:32 2011
@@ -10,6 +10,7 @@
 #include "lldb/lldb-private.h"
 #include "lldb/lldb-private-log.h"
 #include "lldb/Core/ArchSpec.h"
+#include "lldb/Core/Debugger.h"
 #include "lldb/Core/Log.h"
 #include "lldb/Core/PluginManager.h"
 #include "lldb/Core/RegularExpression.h"





More information about the lldb-commits mailing list