[unittest] Use Support/thread.h instead of <thread> (second try)
[oota-llvm.git] / unittests / Support / TimerTest.cpp
index ac7c52db6d160f0f88be18a284bb008d223c86dc..00515f9aeb43c13d10eb4c05845fd692726663ba 100644 (file)
@@ -8,9 +8,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
+#include "llvm/Support/thread.h"
 #include "gtest/gtest.h"
 #include <chrono>
 #include "gtest/gtest.h"
 #include <chrono>
-#include <thread>
 
 using namespace llvm;
 
 
 using namespace llvm;