Skip to content

Commit 688dd51

Browse files
ezbrcopybara-github
authored andcommitted
Add missing includes in hash.h.
PiperOrigin-RevId: 710067931 Change-Id: Ib5714c0a60dbdaf57ec51ae86900643f6154e395
1 parent 98efd75 commit 688dd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

absl/hash/hash.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@
7878
#ifndef ABSL_HASH_HASH_H_
7979
#define ABSL_HASH_HASH_H_
8080

81+
#include <cstddef>
8182
#include <tuple>
8283
#include <utility>
8384

85+
#include "absl/base/config.h"
8486
#include "absl/functional/function_ref.h"
8587
#include "absl/hash/internal/hash.h"
8688

0 commit comments

Comments
 (0)