]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281365 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/RPCSerialization.h

index 16f287966a73ae864e1213c1740b32687b175183..0e9f5157f2924b089cdfb6786a1126e32f67de6a 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 {