[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.

This should fix the modules builder.

llvm-svn: 257307
This commit is contained in:
Lang Hames 2016-01-11 01:59:35 +00:00
parent 873b396597
commit c86a6446dc
1 changed files with 1 additions and 0 deletions

View File

@ -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"