summaryrefslogtreecommitdiff
path: root/asl/types/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-26 21:35:18 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-26 21:35:18 +0100
commit2d309a2cff4754c381353a73872a55b20b1a8019 (patch)
tree543761aa0c2e2c12a1f7a9e27cd3f7a707671bef /asl/types/BUILD.bazel
parentf19d93a69a0ec5c7a89dcb4c064c984aac90ba71 (diff)
Separate allocator from memory
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"],
)