From: Seo Sanghyeon Date: Tue, 1 Jul 2008 05:27:28 +0000 (+0000) Subject: Compilation fix X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ff4d609ec5eca4fc30a931a505d0c18f7569f8c4;hp=c4b871c650d4030031545a5a2d07ecaa48c80a9c Compilation fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52950 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h index daf6ee53fcf..6faa3cc0ca2 100644 --- a/include/llvm/ADT/SmallVector.h +++ b/include/llvm/ADT/SmallVector.h @@ -17,6 +17,7 @@ #include "llvm/ADT/iterator.h" #include "llvm/Support/type_traits.h" #include +#include #include #ifdef _MSC_VER