From 2cc8f702cab2b3ab78467ff05223d2920f8ece23 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 22 Dec 2015 23:09:08 +0000 Subject: [PATCH] [unittest] Use Support/Thread.h instead of to fix the Windows build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256290 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/TimerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Support/TimerTest.cpp b/unittests/Support/TimerTest.cpp index ac7c52db6d1..27736007bcc 100644 --- a/unittests/Support/TimerTest.cpp +++ b/unittests/Support/TimerTest.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/Timer.h" +#include "llvm/Support/Thread.h" #include "gtest/gtest.h" #include -#include using namespace llvm; -- 2.34.1