summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index c5f443e..4fdeb38 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -3,6 +3,7 @@ cc_library(
hdrs = [
"integers.hpp",
"meta.hpp",
+ "ptr.hpp",
"utility.hpp",
],
visibility = ["//visibility:public"],
@@ -17,4 +18,4 @@ cc_library(
deps = [
":asl",
],
-) for name in ["integers", "meta"]]
+) for name in ["integers", "meta", "ptr"]]