[Modules] Include the header needed for make_unique, otherwise we can't

build this header in a module.

llvm-svn: 231561
This commit is contained in:
Chandler Carruth 2015-03-07 10:55:47 +00:00
parent dc57c481af
commit 324f75aa47
1 changed files with 1 additions and 0 deletions

View File

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