summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h1
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h b/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
index e16ff8d3a39..6a7ae15c6aa 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
+++ b/llvm/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 <memory>
namespace llvm {
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h b/llvm/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h
index fe76f2c004f..dd49c94dcca 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h
+++ b/llvm/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 <memory>
#include <vector>
OpenPOWER on IntegriCloud