From 542664f869b3cd8a9bc5e9174422f7d897c13151 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 11 Jan 2016 01:59:35 +0000 Subject: [PATCH] [Orc] Include the IndirectionUtils header in OrcRemoteTargetClient. This should fix the modules builder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257307 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h index 8512fd2e125..fb15c8f3424 100644 --- a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h +++ b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h @@ -16,6 +16,7 @@ #ifndef LLVM_EXECUTIONENGINE_ORC_ORCREMOTETARGETCLIENT_H #define LLVM_EXECUTIONENGINE_ORC_ORCREMOTETARGETCLIENT_H +#include "IndirectionUtils.h" #include "OrcRemoteTargetRPCAPI.h" #define DEBUG_TYPE "orc-remote" -- 2.34.1