aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/TimerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/TimerTest.cpp')
-rw-r--r--llvm/unittests/Support/TimerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/TimerTest.cpp b/llvm/unittests/Support/TimerTest.cpp
index 2773600..00515f9 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>