From d357cbfd502448626ab1a445ca2ea3852eab6bd6 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 11 Jan 2016 18:48:37 +0000 Subject: [PATCH 1/1] [Orc] Include in OrcTargetClient. Another shot at appeasing the clang-x86_64-ubuntu-gdb-75 builder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257362 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 1c0c0996ba4..3f1f74d65fa 100644 --- a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h +++ b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h @@ -18,6 +18,7 @@ #include "IndirectionUtils.h" #include "OrcRemoteTargetRPCAPI.h" +#include #define DEBUG_TYPE "orc-remote" -- 2.34.1