summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/benchmarks/vector_operations.bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/benchmarks/vector_operations.bench.cpp')
-rw-r--r--lib/libcxx/benchmarks/vector_operations.bench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcxx/benchmarks/vector_operations.bench.cpp b/lib/libcxx/benchmarks/vector_operations.bench.cpp
index 004e801f0be..a2c4e5dbbc0 100644
--- a/lib/libcxx/benchmarks/vector_operations.bench.cpp
+++ b/lib/libcxx/benchmarks/vector_operations.bench.cpp
@@ -4,7 +4,7 @@
#include <cstdlib>
#include <cstring>
-#include "benchmark/benchmark_api.h"
+#include "benchmark/benchmark.h"
#include "ContainerBenchmarks.hpp"
#include "GenerateInput.hpp"
@@ -29,4 +29,4 @@ BENCHMARK_CAPTURE(BM_ConstructIterIter,
getRandomStringInputs)->Arg(TestNumInputs);
-BENCHMARK_MAIN()
+BENCHMARK_MAIN();