summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-12-16 21:36:30 +0000
committerGreg Clayton <gclayton@apple.com>2010-12-16 21:36:30 +0000
commit3c310a1a793236427ceb3daf8acf7da61ab1e1a4 (patch)
tree4bbccf4a0a46071b303cca3fe01674fd2ffa02dd
parentce6d19a732db8b744a9dfe6a372c277047c9d721 (diff)
downloadbcm5719-llvm-3c310a1a793236427ceb3daf8acf7da61ab1e1a4.tar.gz
bcm5719-llvm-3c310a1a793236427ceb3daf8acf7da61ab1e1a4.zip
Fixes for linux building from Stephen Wilson.
llvm-svn: 122002
-rw-r--r--lldb/source/lldb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp
index 6f6811160b3..137ad863d43 100644
--- a/lldb/source/lldb.cpp
+++ b/lldb/source/lldb.cpp
@@ -14,6 +14,8 @@
#include "lldb/Core/Timer.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/Mutex.h"
+#include "lldb/Target/Target.h"
+#include "lldb/Target/Thread.h"
#include "Plugins/Disassembler/llvm/DisassemblerLLVM.h"
#include "Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h"
OpenPOWER on IntegriCloud