[unittest] Use Support/Thread.h instead of <thread> to fix the Windows build
[oota-llvm.git] / unittests / Support / TimerTest.cpp
index ac7c52db6d160f0f88be18a284bb008d223c86dc..27736007bcc8e26374d02c09f3121ee6bf0b951f 100644 (file)
@@ -8,9 +8,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
+#include "llvm/Support/Thread.h"
 #include "gtest/gtest.h"
 #include <chrono>
-#include <thread>
 
 using namespace llvm;