diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-26 18:54:49 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-26 18:54:49 +0100 |
commit | 2c457c42758f1aeb5e2ec15f89b9702586328220 (patch) | |
tree | b437aee4dd40c09e9959f6ad17df687fa7b2751a /asl/types/BUILD.bazel | |
parent | 95598e24e16ddd23a5d425e3a797f7518a93c324 (diff) |
Add address_of
Diffstat (limited to 'asl/types/BUILD.bazel')
-rw-r--r-- | asl/types/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/types/BUILD.bazel b/asl/types/BUILD.bazel index 198d0a2..53905a3 100644 --- a/asl/types/BUILD.bazel +++ b/asl/types/BUILD.bazel @@ -97,6 +97,7 @@ cc_library( ], deps = [ "//asl/base", + "//asl/memory", ], visibility = ["//visibility:public"], ) |