[Orc] Add some missing headers to the CompileOnDemandLayer.h
authorLang Hames <lhames@gmail.com>
Sat, 24 Jan 2015 00:45:11 +0000 (00:45 +0000)
committerLang 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

index c5a923bfb532194995a27160a381c59f36096eb4..79e8306cfd975ea6cc2b74b4274236a22eb94758 100644 (file)
@@ -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 {