From: Duncan P. N. Exon Smith Date: Tue, 9 Dec 2014 18:59:09 +0000 (+0000) Subject: Fix another GCC build failure from r223802 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f700a24774bb8b8e7861de2da1135004a62fbcf3;p=oota-llvm.git Fix another GCC build failure from r223802 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223810 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/ValueMap.h b/include/llvm/IR/ValueMap.h index 91d09f1cda4..9999113e099 100644 --- a/include/llvm/IR/ValueMap.h +++ b/include/llvm/IR/ValueMap.h @@ -33,6 +33,7 @@ #include "llvm/Support/UniqueLock.h" #include "llvm/Support/type_traits.h" #include +#include namespace llvm {