From e18b054779766269a4b9ca68729c380d24c0535d Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 6 Jan 2025 22:25:09 +0100 Subject: Some more work on hashing --- asl/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/BUILD.bazel') diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index aa1eb90..5621cbd 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -58,6 +58,7 @@ cc_library( "float", "format", "functional", + "hash", "integers", "maybe_uninit", "meta", -- cgit