summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-04-04 22:13:39 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-04-04 22:13:39 +0000
commit6db5eb028cdfaf14bddf02c21b29ff3f6fdff074 (patch)
tree30eb86718a914db98191bd31c180b424e0899972
parentb4470fb0bf5c48dadc32dfd7e3c624b8956af64e (diff)
downloadbcm5719-llvm-6db5eb028cdfaf14bddf02c21b29ff3f6fdff074.tar.gz
bcm5719-llvm-6db5eb028cdfaf14bddf02c21b29ff3f6fdff074.zip
Fix release build.
llvm-svn: 35676
-rw-r--r--llvm/include/llvm/ADT/BitVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/BitVector.h b/llvm/include/llvm/ADT/BitVector.h
index ab1dd8125bb..56e5066dba1 100644
--- a/llvm/include/llvm/ADT/BitVector.h
+++ b/llvm/include/llvm/ADT/BitVector.h
@@ -17,6 +17,7 @@
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cstdlib>
+#include <cassert>
namespace llvm {
OpenPOWER on IntegriCloud