From afbfd0e78176d47c495a29c795fbd3690fa0ded3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 3 Apr 2025 23:18:51 +0200 Subject: Add numeric library --- asl/containers/hash_set.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/containers/hash_set.hpp') diff --git a/asl/containers/hash_set.hpp b/asl/containers/hash_set.hpp index 809b402..42c4cb8 100644 --- a/asl/containers/hash_set.hpp +++ b/asl/containers/hash_set.hpp @@ -8,6 +8,7 @@ #include "asl/base/utility.hpp" #include "asl/base/meta.hpp" #include "asl/base/bit.hpp" +#include "asl/base/numeric.hpp" #include "asl/memory/allocator.hpp" #include "asl/memory/memory.hpp" #include "asl/types/maybe_uninit.hpp" -- cgit