mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
[Orc] Add some missing headers.
llvm-svn: 228426
This commit is contained in:
parent
fcb5b36695
commit
af4f511096
@ -15,6 +15,7 @@
|
||||
#define LLVM_EXECUTIONENGINE_ORC_IRCOMPILELAYER_H
|
||||
|
||||
#include "llvm/ExecutionEngine/ObjectCache.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -15,6 +15,7 @@
|
||||
#ifndef LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H
|
||||
#define LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user