Skip to content

Commit ba60fff

Browse files
Automated Code Change
PiperOrigin-RevId: 651983211
1 parent 063c157 commit ba60fff

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

third_party/xla/xla/python/ifrt_proxy/common/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ cc_library(
139139
"@com_google_absl//absl/status",
140140
"@com_google_absl//absl/status:statusor",
141141
"@com_google_absl//absl/strings",
142+
"@com_google_absl//absl/types:span",
142143
"@local_tsl//tsl/platform:statusor",
143144
],
144145
)

third_party/xla/xla/python/ifrt_proxy/common/array_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include "absl/status/statusor.h"
2424
#include "absl/strings/string_view.h"
25+
#include "absl/types/span.h"
2526
#include "xla/python/ifrt/dtype.h"
2627
#include "xla/python/ifrt/shape.h"
2728

third_party/xla/xla/python/ifrt_proxy/common/proto_util.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <memory>
1919

2020
#include "absl/status/status.h"
21+
#include "xla/python/ifrt_proxy/common/ifrt_service.pb.h"
2122
#include "tsl/platform/status_to_from_proto.h"
2223

2324
namespace xla {

third_party/xla/xla/python/ifrt_proxy/common/types.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "absl/types/span.h"
2727
#include "xla/pjrt/pjrt_common.h"
2828
#include "xla/python/ifrt/array.h"
29+
#include "xla/python/ifrt_proxy/common/ifrt_service.pb.h"
2930
#include "xla/python/ifrt_proxy/common/types.pb.h"
3031

3132
namespace xla {

0 commit comments

Comments
 (0)