[llvm] r223810 - Fix another GCC build failure from r223802

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Dec 9 10:59:09 PST 2014


Author: dexonsmith
Date: Tue Dec  9 12:59:09 2014
New Revision: 223810

URL: http://llvm.org/viewvc/llvm-project?rev=223810&view=rev
Log:
Fix another GCC build failure from r223802

Modified:
    llvm/trunk/include/llvm/IR/ValueMap.h

Modified: llvm/trunk/include/llvm/IR/ValueMap.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/ValueMap.h?rev=223810&r1=223809&r2=223810&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/ValueMap.h (original)
+++ llvm/trunk/include/llvm/IR/ValueMap.h Tue Dec  9 12:59:09 2014
@@ -33,6 +33,7 @@
 #include "llvm/Support/UniqueLock.h"
 #include "llvm/Support/type_traits.h"
 #include <iterator>
+#include <memory>
 
 namespace llvm {
 





More information about the llvm-commits mailing list