Fix MSVC 2013 build by using our <thread> wrapper header
authorReid Kleckner <rnk@google.com>
Tue, 13 Sep 2016 18:40:04 +0000 (18:40 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 13 Sep 2016 18:40:04 +0000 (18:40 +0000)
llvm-svn: 281365

llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h

index 16f2879..0e9f515 100644 (file)
@@ -11,9 +11,9 @@
 #define LLVM_EXECUTIONENGINE_ORC_RPCSERIALIZATION_H
 
 #include "OrcError.h"
+#include "llvm/Support/thread.h"
 #include <mutex>
 #include <sstream>
-#include <thread>
 
 namespace llvm {
 namespace orc {