forked from OSchip/llvm-project
[Orc] Add some missing headers to the CompileOnDemandLayer.h
llvm-svn: 226975
This commit is contained in:
parent
ddcc2e31a7
commit
f4ff3435e7
|
@ -16,6 +16,9 @@
|
|||
#define LLVM_EXECUTIONENGINE_ORC_COMPILEONDEMANDLAYER_H
|
||||
|
||||
#include "IndirectionUtils.h"
|
||||
#include "LookasideRTDyldMM.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <list>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue