From ecd276a49898a79404728ab476fc3c74e8ab8581 Mon Sep 17 00:00:00 2001 From: Lauro Ramos Venancio Date: Wed, 4 Apr 2007 22:13:39 +0000 Subject: [PATCH] Fix release build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35676 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/BitVector.h | 1 + 1 file changed, 1 insertion(+) 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 {