Fix another GCC build failure from r223802
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 9 Dec 2014 18:59:09 +0000 (18:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 9 Dec 2014 18:59:09 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223810 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/ValueMap.h

index 91d09f1cda4bf385a7dc9607b5c79a50300d3101..9999113e09945cc9bf6bb60a216f8055afa05135 100644 (file)
@@ -33,6 +33,7 @@
 #include "llvm/Support/UniqueLock.h"
 #include "llvm/Support/type_traits.h"
 #include <iterator>
+#include <memory>
 
 namespace llvm {