aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/noop-benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/microbenchmarks/noop-benchmark.cc')
-rw-r--r--test/cpp/microbenchmarks/noop-benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/noop-benchmark.cc b/test/cpp/microbenchmarks/noop-benchmark.cc
index 99fa6d5f6e..7372ad04f2 100644
--- a/test/cpp/microbenchmarks/noop-benchmark.cc
+++ b/test/cpp/microbenchmarks/noop-benchmark.cc
@@ -34,7 +34,7 @@
/* This benchmark exists to ensure that the benchmark integration is
* working */
-#include "third_party/benchmark/include/benchmark/benchmark.h"
+#include <benchmark/benchmark.h>
static void BM_NoOp(benchmark::State& state) {
while (state.KeepRunning()) {