[llvm] r257362 - [Orc] Include <system_error> in OrcTargetClient.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 10:48:38 PST 2016
Author: lhames
Date: Mon Jan 11 12:48:37 2016
New Revision: 257362
URL: http://llvm.org/viewvc/llvm-project?rev=257362&view=rev
Log:
[Orc] Include <system_error> in OrcTargetClient.
Another shot at appeasing the clang-x86_64-ubuntu-gdb-75 builder.
Modified:
llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h?rev=257362&r1=257361&r2=257362&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h Mon Jan 11 12:48:37 2016
@@ -18,6 +18,7 @@
#include "IndirectionUtils.h"
#include "OrcRemoteTargetRPCAPI.h"
+#include <system_error>
#define DEBUG_TYPE "orc-remote"
More information about the llvm-commits
mailing list