[Orc] Include <system_error> in OrcTargetClient.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 18:48:37 +0000 (18:48 +0000)
committerLang 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

index 1c0c0996ba40bc4a6447646cccb7c15c65848a06..3f1f74d65faecd2e32447090d40cb43e0578e2ef 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "IndirectionUtils.h"
 #include "OrcRemoteTargetRPCAPI.h"
 
 #include "IndirectionUtils.h"
 #include "OrcRemoteTargetRPCAPI.h"
+#include <system_error>
 
 #define DEBUG_TYPE "orc-remote"
 
 
 #define DEBUG_TYPE "orc-remote"