From: Chandler Carruth Date: Sat, 7 Mar 2015 10:55:47 +0000 (+0000) Subject: [Modules] Include the header needed for make_unique, otherwise we can't X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5c12640642a110e8eb7c75060de80e4353c9287d [Modules] Include the header needed for make_unique, otherwise we can't build this header in a module. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231561 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/PassManagerInternal.h b/include/llvm/IR/PassManagerInternal.h index 297f5f4e07f..92de10bcd75 100644 --- a/include/llvm/IR/PassManagerInternal.h +++ b/include/llvm/IR/PassManagerInternal.h @@ -19,6 +19,7 @@ #define LLVM_IR_PASSMANAGERINTERNAL_H #include "llvm/ADT/StringRef.h" +#include "llvm/ADT/STLExtras.h" namespace llvm {