[unittest] Use Support/thread.h instead of <thread> (second try)
[oota-llvm.git] / unittests / Support / TimerTest.cpp
index 27736007bcc8e26374d02c09f3121ee6bf0b951f..00515f9aeb43c13d10eb4c05845fd692726663ba 100644 (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>