projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8886935
)
[Orc] Add some missing headers to the CompileOnDemandLayer.h
author
Lang Hames
<lhames@gmail.com>
Sat, 24 Jan 2015 00:45:11 +0000
(
00:45
+0000)
committer
Lang Hames
<lhames@gmail.com>
Sat, 24 Jan 2015 00:45:11 +0000
(
00:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226975
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
index
c5a923b
..
79e8306
100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
+++ b/
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
@@
-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 {