[unittest] Use Support/thread.h instead of <thread> (second try)
authorVedant Kumar <vsk@apple.com>
Tue, 22 Dec 2015 23:12:41 +0000 (23:12 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 22 Dec 2015 23:12:41 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256292 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/TimerTest.cpp

index 27736007bcc8e26374d02c09f3121ee6bf0b951f..00515f9aeb43c13d10eb4c05845fd692726663ba 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
-#include "llvm/Support/Thread.h"
+#include "llvm/Support/thread.h"
 #include "gtest/gtest.h"
 #include <chrono>
 
 #include "gtest/gtest.h"
 #include <chrono>