From 74082720c42c5d6b06b71cefbad4b794ff1b8c3c Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 18 Jan 2025 19:59:36 +0100 Subject: Finish the hash_map --- asl/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/BUILD.bazel') 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", -- cgit