From 60499cf45cde8e3354b58317efac7488cc5151b2 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Tue, 6 Sep 2022 12:02:16 -0700 Subject: Convert algorithm and container benchmarks to cc_binary PiperOrigin-RevId: 472521745 Change-Id: Ia76cd720d1036dce05f6332f41a2ff748b3ea971 --- absl/container/inlined_vector_benchmark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/container/inlined_vector_benchmark.cc') diff --git a/absl/container/inlined_vector_benchmark.cc b/absl/container/inlined_vector_benchmark.cc index e256fad6..56a6bfd2 100644 --- a/absl/container/inlined_vector_benchmark.cc +++ b/absl/container/inlined_vector_benchmark.cc @@ -16,11 +16,11 @@ #include #include -#include "benchmark/benchmark.h" #include "absl/base/internal/raw_logging.h" #include "absl/base/macros.h" #include "absl/container/inlined_vector.h" #include "absl/strings/str_cat.h" +#include "benchmark/benchmark.h" namespace { -- cgit v1.2.3