From 14ba091d255a38b8e2621bffb1def8d25d23d3b5 Mon Sep 17 00:00:00 2001 From: Lars Gottesbueren Date: Mon, 16 Sep 2024 16:39:45 +0200 Subject: [PATCH] missing include --- mt-kahypar/utils/hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mt-kahypar/utils/hash.h b/mt-kahypar/utils/hash.h index e484bcb78..f2358c5c7 100644 --- a/mt-kahypar/utils/hash.h +++ b/mt-kahypar/utils/hash.h @@ -31,6 +31,7 @@ #include #include +#include "mt-kahypar/macros.h" namespace mt_kahypar::hashing {