diff options
author | Greg Clayton <gclayton@apple.com> | 2010-12-16 21:33:41 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-12-16 21:33:41 +0000 |
commit | ce6d19a732db8b744a9dfe6a372c277047c9d721 (patch) | |
tree | 9566ce9e4f20e5917be50aa50065c30b03fa75fa | |
parent | ed6deadb466b113d7b4f4f3c1858966c58db7275 (diff) | |
download | bcm5719-llvm-ce6d19a732db8b744a9dfe6a372c277047c9d721.tar.gz bcm5719-llvm-ce6d19a732db8b744a9dfe6a372c277047c9d721.zip |
Fixes for linux building from Stephen Wilson.
llvm-svn: 122001
-rw-r--r-- | lldb/source/lldb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index 082274bb1bb..6f6811160b3 100644 --- a/lldb/source/lldb.cpp +++ b/lldb/source/lldb.cpp @@ -43,6 +43,7 @@ #include "Plugins/Process/Linux/ProcessLinux.h" #endif +using namespace lldb; using namespace lldb_private; |