mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Add missing include guards and missing #include, found by modules build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31e75e673c
commit
f3a9eb107c
@ -12,8 +12,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_IR_LEAKSCONTEXT_H
|
||||
#define LLVM_IR_LEAKSCONTEXT_H
|
||||
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/IR/Value.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
@ -90,3 +94,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // LLVM_IR_LEAKSCONTEXT_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user