[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 01:59:35 +0000 (01:59 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 01:59:35 +0000 (01:59 +0000)
This should fix the modules builder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257307 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h

index 8512fd2e1250f968cfa84fe1eb3bbac9578a7982..fb15c8f3424f228c18302e9a116e6779095ebc1f 100644 (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"