[Modules] Include the header needed for make_unique, otherwise we can't
authorChandler Carruth <chandlerc@gmail.com>
Sat, 7 Mar 2015 10:55:47 +0000 (10:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 7 Mar 2015 10:55:47 +0000 (10:55 +0000)
build this header in a module.

llvm-svn: 231561

llvm/include/llvm/IR/PassManagerInternal.h

index 297f5f4..92de10b 100644 (file)
@@ -19,6 +19,7 @@
 #define LLVM_IR_PASSMANAGERINTERNAL_H
 
 #include "llvm/ADT/StringRef.h"
+#include "llvm/ADT/STLExtras.h"
 
 namespace llvm {