Skip to content

Commit

Permalink
[Orc] Add missing include.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293511 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Jan 30, 2017
1 parent 91c16f1 commit 11be2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "IndirectionUtils.h"
#include "OrcRemoteTargetRPCAPI.h"
#include "llvm/ExecutionEngine/RuntimeDyld.h"
#include <system_error>

#define DEBUG_TYPE "orc-remote"
Expand Down

0 comments on commit 11be2d2

Please sign in to comment.