From 371a34cb257239353e3b9c7bd0a7d35d1d635b33 Mon Sep 17 00:00:00 2001 From: Lars Gottesbueren Date: Tue, 17 Sep 2024 11:16:23 +0200 Subject: [PATCH] include in priority_queue --- mt-kahypar/datastructures/priority_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt-kahypar/datastructures/priority_queue.h b/mt-kahypar/datastructures/priority_queue.h index 6d22d179b..25f9dc8a0 100644 --- a/mt-kahypar/datastructures/priority_queue.h +++ b/mt-kahypar/datastructures/priority_queue.h @@ -32,7 +32,7 @@ #include #include -#include +#include "mt-kahypar/parallel/stl/scalable_vector.h" namespace mt_kahypar {