summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2016-04-19 01:09:37 +0000
committerChaoren Lin <chaorenl@google.com>2016-04-19 01:09:37 +0000
commit167c7962321f063a713957296e37e5b1903cf007 (patch)
treee7941a91abd83ee2ed99073ea10aab0df43045b8
parent250c4bec9eb683bedf23f0e176c9a27c66b001b6 (diff)
downloadbcm5719-llvm-167c7962321f063a713957296e37e5b1903cf007.tar.gz
bcm5719-llvm-167c7962321f063a713957296e37e5b1903cf007.zip
Fix Windows build.
llvm-svn: 266702
-rw-r--r--lldb/source/Host/windows/Windows.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/windows/Windows.cpp b/lldb/source/Host/windows/Windows.cpp
index 161d7e3a112..2aebb10bcdd 100644
--- a/lldb/source/Host/windows/Windows.cpp
+++ b/lldb/source/Host/windows/Windows.cpp
@@ -14,6 +14,7 @@
#include "llvm/Support/ConvertUTF.h"
+#include <assert.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
OpenPOWER on IntegriCloud