[llvm-commits] CVS: llvm/include/llvm/ADT/BitVector.h

Lauro Ramos Venancio lauro.venancio at gmail.com
Wed Apr 4 15:13:56 PDT 2007



Changes in directory llvm/include/llvm/ADT:

BitVector.h updated: 1.19 -> 1.20
---
Log message:

Fix release build.



---
Diffs of the changes:  (+1 -0)

 BitVector.h |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/include/llvm/ADT/BitVector.h
diff -u llvm/include/llvm/ADT/BitVector.h:1.19 llvm/include/llvm/ADT/BitVector.h:1.20
--- llvm/include/llvm/ADT/BitVector.h:1.19	Wed Apr  4 16:14:49 2007
+++ llvm/include/llvm/ADT/BitVector.h	Wed Apr  4 17:13:39 2007
@@ -17,6 +17,7 @@
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <cstdlib>
+#include <cassert>
 
 namespace llvm {
 






More information about the llvm-commits mailing list