mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 18:38:37 +00:00
Fix MSVC 2013 build by using our <thread> wrapper header
llvm-svn: 281365
This commit is contained in:
parent
3f9a40fa37
commit
35231b2beb
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user