From: Vedant Kumar Date: Tue, 22 Dec 2015 23:09:08 +0000 (+0000) Subject: [unittest] Use Support/Thread.h instead of to fix the Windows build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2cc8f702cab2b3ab78467ff05223d2920f8ece23;p=oota-llvm.git [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 --- 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;