diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-02 23:47:54 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 85462f25d6335bcca9423b6fc1e624d9a76a2375 (patch) | |
tree | f2bac09a057573ff745de6dfd7b80fcd90ac8885 /asl/BUILD.bazel | |
parent | 80b18cc979fcb1e772e5b7c7d45aa72602d461d7 (diff) |
More work on option again
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
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",
|