diff options
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index e5d5eb3..d7371c1 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -3,6 +3,9 @@ cc_library( hdrs = [
"annotations.hpp",
"integers.hpp",
+ "layout.hpp",
+ "maybe_uninit.hpp",
+ "memory.hpp",
"meta.hpp",
"option.hpp",
"utility.hpp",
@@ -19,4 +22,4 @@ cc_library( deps = [
":asl",
],
-) for name in ["integers", "meta", "option", "utility"]]
+) for name in ["integers", "maybe_uninit", "meta", "option", "utility"]]
|