mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Add a couple missing includes; found while analyzing LLVM headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b39e25ef2c
commit
06138ac569
@ -14,6 +14,8 @@
|
||||
#ifndef LLVM_DEFAULT_PASS_SUPPORT_H
|
||||
#define LLVM_DEFAULT_PASS_SUPPORT_H
|
||||
|
||||
#include <llvm/PassSupport.h>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class PassManagerBase;
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef LLVM_PASS_ANALYSIS_SUPPORT_H
|
||||
#define LLVM_PASS_ANALYSIS_SUPPORT_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user