Skip to content

Commit

Permalink
Fix a linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Sep 5, 2023
1 parent a9cfe06 commit 1222a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorstore/kvstore/zip_memory/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tensorstore_cc_library(
deps = [
"//tensorstore:context",
"//tensorstore/internal:intrusive_ptr",
"//tensorstore/internal:uri_utils",
"//tensorstore/internal:path",
"//tensorstore/internal/json_binding",
"//tensorstore/internal/json_binding:bindable",
Expand Down Expand Up @@ -54,6 +55,7 @@ tensorstore_cc_test(
"//tensorstore:context",
"//tensorstore/internal:json_gtest",
"//tensorstore/internal/cache_key",
"//tensorstore/kvstore",
"//tensorstore/kvstore:test_util",
"//tensorstore/serialization",
"//tensorstore/serialization:test_util",
Expand All @@ -65,6 +67,7 @@ tensorstore_cc_test(
"//tensorstore/util/execution:sender_testutil",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings:cord",
"@com_google_googletest//:gtest_main",
],
)

0 comments on commit 1222a14

Please sign in to comment.