[lldb-mi] Fix non-OS X builds.
authorBruce Mitchener <bruce.mitchener@gmail.com>
Tue, 4 Aug 2015 13:25:23 +0000 (13:25 +0000)
committerBruce Mitchener <bruce.mitchener@gmail.com>
Tue, 4 Aug 2015 13:25:23 +0000 (13:25 +0000)
llvm-svn: 243978

lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp

index a977239..e633e5a 100644 (file)
@@ -7,6 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+// Third Party Headers:
+#include <assert.h>
+
 // In-house headers:
 #include "MICmnMIOutOfBandRecord.h"
 #include "MICmnResources.h"