summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 391ae9d..cbfe91e 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -5,6 +5,7 @@ cc_library(
"annotations.hpp",
"assert.hpp",
"box.hpp",
+ "buffer.hpp",
"config.hpp",
"float.hpp",
"format.hpp",
@@ -45,6 +46,7 @@ cc_library(
],
) for name in [
"box",
+ "buffer",
"float",
"format",
"functional",