Skip to content

Commit

Permalink
#tf-data-service Fix a missing include.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553904319
  • Loading branch information
yangustc07 authored and tensorflower-gardener committed Aug 4, 2023
1 parent 7ff1f86 commit 00fa625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/data/service/snapshot/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ cc_library(
"//tensorflow/core/data/service:split_provider",
"//tensorflow/tsl/platform:env",
"//tensorflow/tsl/platform:errors",
"//tensorflow/tsl/platform:path",
"//tensorflow/tsl/platform:status",
"//tensorflow/tsl/platform:status_to_from_proto",
"//tensorflow/tsl/platform:statusor",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/core/data/service/snapshot/snapshot_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ limitations under the License.
#include "tensorflow/tsl/lib/io/compression.h"
#include "tensorflow/tsl/platform/env.h"
#include "tensorflow/tsl/platform/errors.h"
#include "tensorflow/tsl/platform/path.h"
#include "tensorflow/tsl/platform/status.h"
#include "tensorflow/tsl/platform/status_to_from_proto.h"
#include "tensorflow/tsl/platform/statusor.h"
Expand Down

0 comments on commit 00fa625

Please sign in to comment.