summaryrefslogtreecommitdiff
path: root/asl/base/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/base/BUILD.bazel')
-rw-r--r--asl/base/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/base/BUILD.bazel b/asl/base/BUILD.bazel
index 317c20b..3dc715b 100644
--- a/asl/base/BUILD.bazel
+++ b/asl/base/BUILD.bazel
@@ -4,6 +4,7 @@ cc_library(
"annotations.hpp",
"assert.hpp",
"config.hpp",
+ "defer.hpp",
"float.hpp",
"functional.hpp",
"integers.hpp",
@@ -28,6 +29,7 @@ cc_library(
"//asl/types:box",
],
) for name in [
+ "defer",
"float",
"functional",
"integers",