From 5d6e9aac39551db657df5f48ae2baa7b77c5c093 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 13 Jan 2025 22:47:45 +0100 Subject: Fix Linux build --- asl/hash.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'asl') diff --git a/asl/hash.hpp b/asl/hash.hpp index d3a12bd..2e48a02 100644 --- a/asl/hash.hpp +++ b/asl/hash.hpp @@ -3,6 +3,7 @@ #include "asl/integers.hpp" #include "asl/meta.hpp" #include "asl/span.hpp" +#include "asl/utility.hpp" namespace asl::city_hash { -- cgit