summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-01-11 01:59:35 +0000
committerLang Hames <lhames@gmail.com>2016-01-11 01:59:35 +0000
commitc86a6446dcd54eb315b99487ef8a0f2eec000037 (patch)
tree9094c05bfb35fe02621e4933a12f3fb6a06d9cdd
parent873b396597882c1b6d033bf0d125dc233498d18c (diff)
downloadbcm5719-llvm-c86a6446dcd54eb315b99487ef8a0f2eec000037.tar.gz
bcm5719-llvm-c86a6446dcd54eb315b99487ef8a0f2eec000037.zip
[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.
This should fix the modules builder. llvm-svn: 257307
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h b/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
index 8512fd2e125..fb15c8f3424 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
+++ b/llvm/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"
OpenPOWER on IntegriCloud