forked from OSchip/llvm-project
[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.
This should fix the modules builder. llvm-svn: 257307
This commit is contained in:
parent
873b396597
commit
c86a6446dc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue