From 884fa87a1f95f5538d8f9fed6cf6551f7dae60c2 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 6 Feb 2015 19:34:40 +0000 Subject: [PATCH] [Orc] Add some missing headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228426 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 1 + include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1