1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[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 61dee24618
commit bed94788cf

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"