aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2022-12-22 06:18:47 -0800
committerCopybara-Service <copybara-worker@google.com>2022-12-22 06:19:54 -0800
commit811ec7f36a6386c10f63ec57a0b7945ae17caff9 (patch)
tree42fe68cca032383aede3977460cbbebe67c05ec6 /cc/BUILD.bazel
parentf9b1a4b25bdcefeffd9e58f9d45f1e35b1e421f5 (diff)
downloadtink-811ec7f36a6386c10f63ec57a0b7945ae17caff9.tar.gz
Add a builder to PrimitiveSet and make the class itself immutable.
This may break users which build a primitive set themselves -- we do not expect anyone to actually do this. If you are broken, please check if you can use the newly added Builder instead. Also, please file an issue if you need support. #tinkApiChange PiperOrigin-RevId: 497148275
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index 005e43704..3b920f5a4 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -455,6 +455,7 @@ cc_library(
"//proto:tink_cc_proto",
"//util:errors",
"//util:statusor",
+ "@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/status",