File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments