Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit b9445e8

Browse files
Automated Code Change
PiperOrigin-RevId: 792021594
1 parent 1702053 commit b9445e8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

third_party/xla/xla/python/transfer/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ cc_library(
260260
":streaming_ifrt",
261261
"//xla:shape_util",
262262
"//xla:util",
263+
"//xla:xla_data_proto_cc",
263264
"//xla/pjrt:pjrt_client",
264265
"//xla/pjrt/distributed:key_value_store_interface",
265266
"//xla/python/ifrt",

third_party/xla/xla/python/transfer/pjrt_transfer_server.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ limitations under the License.
5656
#include "xla/tsl/platform/errors.h"
5757
#include "xla/tsl/platform/statusor.h"
5858
#include "xla/util.h"
59+
#include "xla/xla_data.pb.h"
5960
#include "tsl/platform/casts.h"
6061

6162
namespace xla {

0 commit comments

Comments
 (0)