From 24cd964a7ded7301b5768205595abcce69a8a511 Mon Sep 17 00:00:00 2001 From: Tai Sanh Nguyen Date: Mon, 29 Jun 2026 10:55:32 -0500 Subject: [PATCH] fix: include span to fix build error --- include/networkit/structures/LeastCommonAncestor.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/networkit/structures/LeastCommonAncestor.hpp b/include/networkit/structures/LeastCommonAncestor.hpp index f8ec366c1..1dc46b107 100644 --- a/include/networkit/structures/LeastCommonAncestor.hpp +++ b/include/networkit/structures/LeastCommonAncestor.hpp @@ -9,6 +9,7 @@ #define NETWORKIT_STRUCTURES_LEAST_COMMON_ANCESTOR_HPP_ #include +#include #include "networkit/auxiliary/RangeMinimumQuery.hpp" #include #include