diff options
Diffstat (limited to 'asl/base/BUILD.bazel')
-rw-r--r-- | asl/base/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/base/BUILD.bazel b/asl/base/BUILD.bazel index 32ea47f..9157ad0 100644 --- a/asl/base/BUILD.bazel +++ b/asl/base/BUILD.bazel @@ -11,6 +11,7 @@ cc_library( hdrs = [ "annotations.hpp", "assert.hpp", + "bit.hpp", "config.hpp", "defer.hpp", "float.hpp", @@ -37,6 +38,7 @@ cc_library( "//asl/types:box", ], ) for name in [ + "bit", "defer", "float", "functional", |