summaryrefslogtreecommitdiffstats
path: root/lldb/tools
diff options
context:
space:
mode:
authorAlexander Polyakov <polyakov.alx@gmail.com>2018-07-03 16:07:30 +0000
committerAlexander Polyakov <polyakov.alx@gmail.com>2018-07-03 16:07:30 +0000
commit83e3ec5413e83686aae17747c0a19956fd11941b (patch)
tree3bbe6472ee96468d8530680878573d2827e151bd /lldb/tools
parent5b4a0030880008896a2bb9bfc8a09e765fb978e6 (diff)
downloadbcm5719-llvm-83e3ec5413e83686aae17747c0a19956fd11941b.tar.gz
bcm5719-llvm-83e3ec5413e83686aae17747c0a19956fd11941b.zip
Fix MSVC2015 compilation failure after r336206 patch.
Added missing headers. llvm-svn: 336212
Diffstat (limited to 'lldb/tools')
-rw-r--r--lldb/tools/lldb-mi/MICmdCmdSymbol.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
index 2da72679e8d..9a136554894 100644
--- a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
+++ b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
@@ -11,6 +11,12 @@
// Third Party Headers:
#include "llvm/ADT/Twine.h"
+#include "lldb/API/SBAddress.h"
+#include "lldb/API/SBLineEntry.h"
+#include "lldb/API/SBFileSpec.h"
+#include "lldb/API/SBCompileUnit.h"
+#include "lldb/API/SBSymbolContext.h"
+#include "lldb/API/SBSymbolContextList.h"
// In-house headers:
#include "MICmdArgValFile.h"
OpenPOWER on IntegriCloud