summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-01-11 18:48:37 +0000
committerLang Hames <lhames@gmail.com>2016-01-11 18:48:37 +0000
commit045cf9befeea716b8fc5631a6be7e4b96f40672d (patch)
tree67085eb605126529f4b7b2d8c7449f8d4478dcc5
parent9a3a6ab3b626f4e9418edde7f6bfb31f046a874f (diff)
downloadbcm5719-llvm-045cf9befeea716b8fc5631a6be7e4b96f40672d.tar.gz
bcm5719-llvm-045cf9befeea716b8fc5631a6be7e4b96f40672d.zip
[Orc] Include <system_error> in OrcTargetClient.
Another shot at appeasing the clang-x86_64-ubuntu-gdb-75 builder. llvm-svn: 257362
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h b/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
index 1c0c0996ba4..3f1f74d65fa 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
@@ -18,6 +18,7 @@
#include "IndirectionUtils.h"
#include "OrcRemoteTargetRPCAPI.h"
+#include <system_error>
#define DEBUG_TYPE "orc-remote"
OpenPOWER on IntegriCloud