summaryrefslogtreecommitdiff
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
commitecd276a49898a79404728ab476fc3c74e8ab8581 (patch)
treece405843a7009639085b7a8fee15b8542c1184b1
parent00361004a6c076f79c8568e78942858fba494673 (diff)
downloadllvm-ecd276a49898a79404728ab476fc3c74e8ab8581.tar.gz
llvm-ecd276a49898a79404728ab476fc3c74e8ab8581.tar.bz2
llvm-ecd276a49898a79404728ab476fc3c74e8ab8581.tar.xz
Fix release build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35676 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/BitVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/BitVector.h b/include/llvm/ADT/BitVector.h
index ab1dd8125b..56e5066dba 100644
--- a/include/llvm/ADT/BitVector.h
+++ b/include/llvm/ADT/BitVector.h
@@ -17,6 +17,7 @@
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cstdlib>
+#include <cassert>
namespace llvm {