mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
[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:
parent
24a6fb0a17
commit
5c12640642
@ -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
Block a user