projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373208c
)
[Orc] Include <system_error> in OrcTargetClient.
author
Lang Hames
<lhames@gmail.com>
Mon, 11 Jan 2016 18:48:37 +0000
(18:48 +0000)
committer
Lang Hames
<lhames@gmail.com>
Mon, 11 Jan 2016 18:48:37 +0000
(18:48 +0000)
Another shot at appeasing the clang-x86_64-ubuntu-gdb-75 builder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257362
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
index 1c0c0996ba40bc4a6447646cccb7c15c65848a06..3f1f74d65faecd2e32447090d40cb43e0578e2ef 100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
+++ b/
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
@@
-18,6
+18,7
@@
#include "IndirectionUtils.h"
#include "OrcRemoteTargetRPCAPI.h"
+#include <system_error>
#define DEBUG_TYPE "orc-remote"