diff options
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index ed26459..f0a9c38 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -5,6 +5,7 @@ cc_library( "assert.hpp",
"config.hpp",
"format.hpp",
+ "functional.hpp",
"integers.hpp",
"io.hpp",
"layout.hpp",
@@ -34,6 +35,7 @@ cc_library( ],
) for name in [
"format",
+ "functional",
"integers",
"maybe_uninit",
"meta",
|