diff options
Diffstat (limited to 'asl/logging/BUILD.bazel')
-rw-r--r-- | asl/logging/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/logging/BUILD.bazel b/asl/logging/BUILD.bazel index 3c60915..0c8323a 100644 --- a/asl/logging/BUILD.bazel +++ b/asl/logging/BUILD.bazel @@ -8,7 +8,7 @@ cc_library( ], deps = [ "//asl/base", - "//asl/types:box", + "//asl/containers:intrusive_list", "//asl/formatting", "//asl/io:print", "//asl/strings:string_builder", |