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 468ad58..b5bb68f 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -12,6 +12,7 @@ cc_library( "format.hpp",
"functional.hpp",
"hash.hpp",
+ "hash_map.hpp",
"hash_set.hpp",
"integers.hpp",
"io.hpp",
@@ -60,6 +61,7 @@ cc_library( "format",
"functional",
"hash",
+ "hash_map",
"hash_set",
"integers",
"maybe_uninit",
|