From 85462f25d6335bcca9423b6fc1e624d9a76a2375 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 2 Oct 2024 23:47:54 +0200 Subject: More work on option again --- asl/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/BUILD.bazel') diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index d7371c1..06e2a9f 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -2,6 +2,7 @@ cc_library( name = "asl", hdrs = [ "annotations.hpp", + "assert.hpp", "integers.hpp", "layout.hpp", "maybe_uninit.hpp", -- cgit