[Lldb-commits] [lldb] r337692 - Fix windows build after r337689

Alexander Polyakov via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 23 07:10:30 PDT 2018


Author: apolyakov
Date: Mon Jul 23 07:10:30 2018
New Revision: 337692

URL: http://llvm.org/viewvc/llvm-project?rev=337692&view=rev
Log:
Fix windows build after r337689

Added missing header.

Modified:
    lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp

Modified: lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp?rev=337692&r1=337691&r2=337692&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp Mon Jul 23 07:10:30 2018
@@ -44,6 +44,7 @@
 #include "MICmnLLDBUtilSBValue.h"
 #include "MICmnMIResultRecord.h"
 #include "MICmnMIValueConst.h"
+#include "Platform.h"
 
 namespace {
 CMIUtilString IntToHexAddrStr(uint32_t number) {




More information about the lldb-commits mailing list