aboutsummaryrefslogtreecommitdiff
path: root/absl/hash/hash_benchmark.cc
diff options
context:
space:
mode:
authorDmitri Gribenko <dmitrig@google.com>2023-08-11 04:24:13 -0700
committerCopybara-Service <copybara-worker@google.com>2023-08-11 04:25:21 -0700
commit9d05d379aa1e1b56721d23185f5c8634983f2d56 (patch)
tree906d9cea380fe803d6fe72438486881a15e23544 /absl/hash/hash_benchmark.cc
parenta2639e312fae461cb9c6845fac3cfcc2b440a909 (diff)
downloadabseil-9d05d379aa1e1b56721d23185f5c8634983f2d56.tar.gz
abseil-9d05d379aa1e1b56721d23185f5c8634983f2d56.tar.bz2
abseil-9d05d379aa1e1b56721d23185f5c8634983f2d56.zip
Include what you spell
PiperOrigin-RevId: 555894810 Change-Id: I349c94e7c6e7ba1dbd817aa8e4340c1dada84654
Diffstat (limited to 'absl/hash/hash_benchmark.cc')
-rw-r--r--absl/hash/hash_benchmark.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/absl/hash/hash_benchmark.cc b/absl/hash/hash_benchmark.cc
index 8712a01c..916fb620 100644
--- a/absl/hash/hash_benchmark.cc
+++ b/absl/hash/hash_benchmark.cc
@@ -12,7 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <algorithm>
+#include <cassert>
+#include <cstddef>
+#include <cstdint>
+#include <cstring>
#include <string>
+#include <tuple>
#include <type_traits>
#include <typeindex>
#include <utility>