diff options
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",
|