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-18 00:05:33 +0200
commita89f23da8fddfa7adb28cb8d5fafdfbfe4e485b8 (patch)
treee46c729de613ef63f487e27a87d45b1be9a08c48 /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",
],