commit | 10aa0320b6be78bc741e6e90bfd2132751dcddcb | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Dec 09 18:59:09 2014 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Dec 09 18:59:09 2014 +0000 |
tree | 0d65ab0caa3f07b397d989c45e4ccf6b7f5ede06 | |
parent | 35f0a9aeba21c13e12187995f4050f8e87ccc5c3 [diff] |
Fix another GCC build failure from r223802 llvm-svn: 223810
diff --git a/llvm/include/llvm/IR/ValueMap.h b/llvm/include/llvm/IR/ValueMap.h index 91d09f1..9999113 100644 --- a/llvm/include/llvm/IR/ValueMap.h +++ b/llvm/include/llvm/IR/ValueMap.h
@@ -33,6 +33,7 @@ #include "llvm/Support/UniqueLock.h" #include "llvm/Support/type_traits.h" #include <iterator> +#include <memory> namespace llvm {