mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 13:27:52 +00:00
[unittest] Use Support/Thread.h instead of <thread> to fix the Windows build
llvm-svn: 256290
This commit is contained in:
parent
8727650a31
commit
382072faf5
@ -8,9 +8,9 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/Timer.h"
|
||||
#include "llvm/Support/Thread.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user