aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MutexBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/MutexBench.cpp')
-rw-r--r--bench/MutexBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/MutexBench.cpp b/bench/MutexBench.cpp
index 7fd8fabba1..8d7eb98546 100644
--- a/bench/MutexBench.cpp
+++ b/bench/MutexBench.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "Benchmark.h"
-#include "SkThread.h"
+#include "SkMutex.h"
class MutexBench : public Benchmark {
public: