summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-18 19:59:36 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-18 19:59:36 +0100
commit74082720c42c5d6b06b71cefbad4b794ff1b8c3c (patch)
treedc7dc49959b0bcc5e2980a950adcf89273d1c2c3 /asl/BUILD.bazel
parent41454a09c6d73fcecffc1f7d6e3754c60cc49e31 (diff)
Finish the hash_map
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 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",