[Lldb-commits] [PATCH] D11387: [lldb-mi] Fix Windows build, missing assert.h include.

Bruce Mitchener bruce.mitchener at gmail.com
Tue Jul 21 05:16:09 PDT 2015


brucem created this revision.
brucem added reviewers: ki.stfu, abidh.
brucem added a subscriber: lldb-commits.

http://reviews.llvm.org/D11387

Files:
  tools/lldb-mi/MICmnMIResultRecord.cpp

Index: tools/lldb-mi/MICmnMIResultRecord.cpp
===================================================================
--- tools/lldb-mi/MICmnMIResultRecord.cpp
+++ tools/lldb-mi/MICmnMIResultRecord.cpp
@@ -7,6 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+// Third Party Headers:
+#include <assert.h>
+
 // In-house headers:
 #include "MICmnMIResultRecord.h"
 #include "MICmnResources.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11387.30245.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150721/412fccb8/attachment.bin>


More information about the lldb-commits mailing list