Skip to content

Commit cdb064b

Browse files
Automated Code Change
PiperOrigin-RevId: 872253720
1 parent 958b786 commit cdb064b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jaxlib/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,7 @@ cc_library(
13281328
"@com_google_absl//absl/hash",
13291329
"@com_google_absl//absl/strings",
13301330
"@com_google_absl//absl/strings:str_format",
1331+
"@com_google_absl//absl/strings:string_view",
13311332
"@com_google_absl//absl/types:span",
13321333
"@nanobind",
13331334
"@xla//third_party/python_runtime:headers", # buildcleaner: keep

jaxlib/py_values.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ limitations under the License.
3636
#include "absl/container/flat_hash_map.h"
3737
#include "absl/container/inlined_vector.h"
3838
#include "absl/functional/any_invocable.h"
39+
#include "absl/hash/hash.h"
3940
#include "absl/log/check.h"
4041
#include "absl/log/log.h"
4142
#include "absl/status/status.h"

jaxlib/pytree.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ limitations under the License.
4040
#include "absl/strings/str_cat.h"
4141
#include "absl/strings/str_format.h"
4242
#include "absl/strings/str_join.h"
43+
#include "absl/strings/string_view.h"
4344
#include "absl/types/span.h"
4445
#include "nanobind/nanobind.h"
4546
#include "nanobind/stl/optional.h" // IWYU pragma: keep

0 commit comments

Comments
 (0)