From: Lauro Ramos Venancio Date: Wed, 4 Apr 2007 22:13:39 +0000 (+0000) Subject: Fix release build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ecd276a49898a79404728ab476fc3c74e8ab8581;p=oota-llvm.git Fix release build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35676 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/BitVector.h b/include/llvm/ADT/BitVector.h index ab1dd8125bb..56e5066dba1 100644 --- a/include/llvm/ADT/BitVector.h +++ b/include/llvm/ADT/BitVector.h @@ -17,6 +17,7 @@ #include "llvm/Support/MathExtras.h" #include #include +#include namespace llvm {