summaryrefslogtreecommitdiff
path: root/asl/handle_pool/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-17 00:23:38 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-19 00:08:13 +0200
commit83c4f14e20e2f0591297414aa4593d2e6af1fd70 (patch)
tree1cc3f93936e27ab5efdbba30e78baacf3c5d5912 /asl/handle_pool/BUILD.bazel
parent92f908ee1b1385c1c3e924e3349b55682238232e (diff)
Add IndexPoolhandle_pool
Diffstat (limited to 'asl/handle_pool/BUILD.bazel')
-rw-r--r--asl/handle_pool/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/handle_pool/BUILD.bazel b/asl/handle_pool/BUILD.bazel
index e5048d3..bdaa711 100644
--- a/asl/handle_pool/BUILD.bazel
+++ b/asl/handle_pool/BUILD.bazel
@@ -16,6 +16,7 @@ cc_library(
"//asl/memory:allocator",
"//asl/base",
"//asl/containers:chunked_buffer",
+ "//asl/types:option",
],
visibility = ["//visibility:public"],
)
@@ -27,6 +28,7 @@ cc_test(
],
deps = [
":index_pool",
+ "//asl/hashing",
"//asl/tests:utils",
"//asl/testing",
],