diff options
author | Lang Hames <lhames@gmail.com> | 2016-01-11 01:59:35 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2016-01-11 01:59:35 +0000 |
commit | c86a6446dcd54eb315b99487ef8a0f2eec000037 (patch) | |
tree | 9094c05bfb35fe02621e4933a12f3fb6a06d9cdd | |
parent | 873b396597882c1b6d033bf0d125dc233498d18c (diff) | |
download | bcm5719-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.h | 1 |
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" |