1
0
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:
Vedant Kumar 2015-12-22 23:12:41 +00:00
parent 569bc5db3e
commit d009174ba9

View File

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