mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[unittest] Use Support/thread.h instead of <thread> (second try)
llvm-svn: 256292
This commit is contained in:
parent
569bc5db3e
commit
d009174ba9
@ -8,7 +8,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/Timer.h"
|
||||
#include "llvm/Support/Thread.h"
|
||||
#include "llvm/Support/thread.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <chrono>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user