diff options
Diffstat (limited to 'asl/tests/BUILD.bazel')
-rw-r--r-- | asl/tests/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/tests/BUILD.bazel b/asl/tests/BUILD.bazel index 016f037..2970377 100644 --- a/asl/tests/BUILD.bazel +++ b/asl/tests/BUILD.bazel @@ -9,10 +9,12 @@ package( cc_library( name = "utils", hdrs = [ + "counting_allocator.hpp", "types.hpp", ], deps = [ "//asl/base", + "//asl/memory:allocator", ], visibility = ["//asl:__subpackages__"], ) |