mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
add #include
llvm-svn: 34190
This commit is contained in:
parent
d61a01003b
commit
f94d4a17a7
@ -32,6 +32,7 @@
|
||||
|
||||
#include "llvm/Support/CallSite.h"
|
||||
#include "llvm/System/IncludeFile.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define LLVM_INSTRUCTIONS_H
|
||||
|
||||
#include "llvm/InstrTypes.h"
|
||||
#include <vector> // fixme remove.
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user