forked from OSchip/llvm-project
[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:
parent
dc57c481af
commit
324f75aa47
|
@ -19,6 +19,7 @@
|
|||
#define LLVM_IR_PASSMANAGERINTERNAL_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue