From 2c457c42758f1aeb5e2ec15f89b9702586328220 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 26 Mar 2025 18:54:49 +0100 Subject: Add address_of --- asl/types/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/types/BUILD.bazel') 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"], ) -- cgit