[unittest] Use Support/thread.h instead of <thread> (second try)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar 2015-12-22 23:12:41 +00:00
parent 5579d13f95
commit b1500ee8d5

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>