diff options
author | Vedant Kumar <vsk@apple.com> | 2015-12-22 23:12:41 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2015-12-22 23:12:41 +0000 |
commit | cc8f47ebc2bf945f2a6a787052c9839b9237005f (patch) | |
tree | eff1cb74517cdb898e1f563caf4584e0ff55c316 | |
parent | 134b103fc0f3a995d76398bf4b029d72bebe8162 (diff) | |
download | bcm5719-llvm-cc8f47ebc2bf945f2a6a787052c9839b9237005f.tar.gz bcm5719-llvm-cc8f47ebc2bf945f2a6a787052c9839b9237005f.zip |
[unittest] Use Support/thread.h instead of <thread> (second try)
llvm-svn: 256292
-rw-r--r-- | llvm/unittests/Support/TimerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/TimerTest.cpp b/llvm/unittests/Support/TimerTest.cpp index 27736007bcc..00515f9aeb4 100644 --- a/llvm/unittests/Support/TimerTest.cpp +++ b/llvm/unittests/Support/TimerTest.cpp @@ -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> |