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 f0a9c38..d8810dd 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -14,6 +14,7 @@ cc_library( "meta.hpp",
"option.hpp",
"print.hpp",
+ "span.hpp",
"utility.hpp",
],
srcs = [
@@ -40,5 +41,6 @@ cc_library( "maybe_uninit",
"meta",
"option",
+ "span",
"utility",
]]
|