[Orc] Include <system_error> in OrcTargetClient.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcRemoteTargetClient.h
index 1c0c0996ba40bc4a6447646cccb7c15c65848a06..3f1f74d65faecd2e32447090d40cb43e0578e2ef 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "IndirectionUtils.h"
 #include "OrcRemoteTargetRPCAPI.h"
+#include <system_error>
 
 #define DEBUG_TYPE "orc-remote"