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 b5bb68f..2d82f4b 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -26,6 +26,7 @@ cc_library(
"status.hpp",
"status_or.hpp",
"string.hpp",
+ "string_builder.hpp",
"string_view.hpp",
"utility.hpp",
],
@@ -71,6 +72,7 @@ cc_library(
"status",
"status_or",
"string",
+ "string_builder",
"string_view",
"utility",
]]