From 5b3c3315003fc1c012b34e0d68ce755ffd3c33b8 Mon Sep 17 00:00:00 2001 From: JackCaoG <59073027+JackCaoG@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:25:44 -0800 Subject: [PATCH] update the path to tsl/protobuf/error_codes.pb.h (#8383) --- torch_xla/csrc/runtime/xla_util_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_xla/csrc/runtime/xla_util_test.cc b/torch_xla/csrc/runtime/xla_util_test.cc index 6119ef73092..7b45f7daab9 100644 --- a/torch_xla/csrc/runtime/xla_util_test.cc +++ b/torch_xla/csrc/runtime/xla_util_test.cc @@ -12,10 +12,10 @@ #include "tsl/platform/errors.h" #include "tsl/platform/protobuf.h" #include "tsl/platform/status_matchers.h" -#include "tsl/protobuf/error_codes.pb.h" #include "xla/client/xla_builder.h" #include "xla/client/xla_computation.h" #include "xla/tsl/lib/core/status_test_util.h" +#include "xla/tsl/protobuf/error_codes.pb.h" #include "xla_util.h" namespace torch_xla {