summaryrefslogtreecommitdiffstats
path: root/lldb/tools
diff options
context:
space:
mode:
authorAlexander Polyakov <polyakov.alx@gmail.com>2018-07-23 14:10:30 +0000
committerAlexander Polyakov <polyakov.alx@gmail.com>2018-07-23 14:10:30 +0000
commit19150571c5101533702d9634d3c1f25bfafee911 (patch)
tree80465cf722e141fb47dca2dc369a208b14d545fc /lldb/tools
parent37d4156b1141ac688191b3be71cfe07563ec4c65 (diff)
downloadbcm5719-llvm-19150571c5101533702d9634d3c1f25bfafee911.tar.gz
bcm5719-llvm-19150571c5101533702d9634d3c1f25bfafee911.zip
Fix windows build after r337689
Added missing header. llvm-svn: 337692
Diffstat (limited to 'lldb/tools')
-rw-r--r--lldb/tools/lldb-mi/MICmdCmdData.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdData.cpp b/lldb/tools/lldb-mi/MICmdCmdData.cpp
index 2175c6f1d57..53c2d7e621a 100644
--- a/lldb/tools/lldb-mi/MICmdCmdData.cpp
+++ b/lldb/tools/lldb-mi/MICmdCmdData.cpp
@@ -44,6 +44,7 @@
#include "MICmnLLDBUtilSBValue.h"
#include "MICmnMIResultRecord.h"
#include "MICmnMIValueConst.h"
+#include "Platform.h"
namespace {
CMIUtilString IntToHexAddrStr(uint32_t number) {
OpenPOWER on IntegriCloud