diff options
author | Alexander Polyakov <polyakov.alx@gmail.com> | 2018-07-03 22:51:01 +0000 |
---|---|---|
committer | Alexander Polyakov <polyakov.alx@gmail.com> | 2018-07-03 22:51:01 +0000 |
commit | 67cdc92d432e8c97bf864edbfb2d89d0e3b740cf (patch) | |
tree | 12648f4347ba9553e62eccd7a4230104fe1af755 /lldb | |
parent | 51ddb8830078f36e7a8109716d03f5ea72e582cc (diff) | |
download | bcm5719-llvm-67cdc92d432e8c97bf864edbfb2d89d0e3b740cf.tar.gz bcm5719-llvm-67cdc92d432e8c97bf864edbfb2d89d0e3b740cf.zip |
Ammend "Fix MSVC2015 compilation failure after r336206 patch".
llvm-svn: 336235
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdSymbol.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp index 9a136554894..008e98d02e7 100644 --- a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp @@ -39,6 +39,8 @@ CreateMITuplePCLine(const uint32_t addr, const uint32_t line_number) { } } // namespace +using namespace lldb; // For operator==(const SBAddress &, const SBAddress &). + //++ //------------------------------------------------------------------------------------ // Details: CMICmdCmdSymbolListLines constructor. |