diff options
Diffstat (limited to 'asl/handle_pool/BUILD.bazel')
-rw-r--r-- | asl/handle_pool/BUILD.bazel | 2 |
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", ], |