[Lldb-commits] [lldb] r266702 - Fix Windows build.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 18 18:09:37 PDT 2016


Author: chaoren
Date: Mon Apr 18 20:09:37 2016
New Revision: 266702

URL: http://llvm.org/viewvc/llvm-project?rev=266702&view=rev
Log:
Fix Windows build.

Modified:
    lldb/trunk/source/Host/windows/Windows.cpp

Modified: lldb/trunk/source/Host/windows/Windows.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/windows/Windows.cpp?rev=266702&r1=266701&r2=266702&view=diff
==============================================================================
--- lldb/trunk/source/Host/windows/Windows.cpp (original)
+++ lldb/trunk/source/Host/windows/Windows.cpp Mon Apr 18 20:09:37 2016
@@ -14,6 +14,7 @@
 
 #include "llvm/Support/ConvertUTF.h"
 
+#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>




More information about the lldb-commits mailing list