From: Lang Hames Date: Mon, 11 Jan 2016 01:59:35 +0000 (+0000) Subject: [Orc] Include the IndirectionUtils header in OrcRemoteTargetClient. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=542664f869b3cd8a9bc5e9174422f7d897c13151 [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 --- 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"