From: Lang Hames Date: Fri, 6 Feb 2015 19:34:40 +0000 (+0000) Subject: [Orc] Add some missing headers. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=884fa87a1f95f5538d8f9fed6cf6551f7dae60c2 [Orc] Add some missing headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228426 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h index e16ff8d3a39..6a7ae15c6aa 100644 --- a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +++ b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h @@ -15,6 +15,7 @@ #define LLVM_EXECUTIONENGINE_ORC_IRCOMPILELAYER_H #include "llvm/ExecutionEngine/ObjectCache.h" +#include "llvm/Object/ObjectFile.h" #include namespace llvm { diff --git a/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h b/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h index fe76f2c004f..dd49c94dcca 100644 --- a/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h +++ b/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h @@ -15,6 +15,7 @@ #ifndef LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H #define LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H +#include "llvm/ADT/STLExtras.h" #include #include