1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[unittest] Use Support/Thread.h instead of <thread> to fix the Windows build

llvm-svn: 256290
This commit is contained in:
Vedant Kumar 2015-12-22 23:09:08 +00:00
parent 8727650a31
commit 382072faf5

View File

@ -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;