summaryrefslogtreecommitdiff
path: root/asl/types/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/types/BUILD.bazel')
-rw-r--r--asl/types/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/types/BUILD.bazel b/asl/types/BUILD.bazel
index 53905a3..16a2a7a 100644
--- a/asl/types/BUILD.bazel
+++ b/asl/types/BUILD.bazel
@@ -14,6 +14,7 @@ cc_library(
deps = [
"//asl/base",
"//asl/memory",
+ "//asl/memory:allocator",
"//asl/hashing",
],
visibility = ["//visibility:public"],
@@ -86,6 +87,7 @@ cc_library(
deps = [
"//asl/base",
"//asl/memory",
+ "//asl/memory:allocator",
],
visibility = ["//visibility:public"],
)