From 83c4f14e20e2f0591297414aa4593d2e6af1fd70 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 17 Jun 2025 00:23:38 +0200 Subject: Add IndexPool --- asl/handle_pool/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/handle_pool/BUILD.bazel') 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", ], -- cgit