[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
This commit is contained in:
Chandler Carruth 2015-03-07 10:55:47 +00:00
parent 24a6fb0a17
commit 5c12640642

View File

@ -19,6 +19,7 @@
#define LLVM_IR_PASSMANAGERINTERNAL_H
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/STLExtras.h"
namespace llvm {