From f8d9411d1218e677d7d778c579871366c5a5781c Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Sikiric Date: Mon, 9 Sep 2024 19:18:06 +0200 Subject: [PATCH] Add one more include. --- src_graph/GRAPH_GraphicalBasic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src_graph/GRAPH_GraphicalBasic.h b/src_graph/GRAPH_GraphicalBasic.h index eee761f..85d5782 100644 --- a/src_graph/GRAPH_GraphicalBasic.h +++ b/src_graph/GRAPH_GraphicalBasic.h @@ -6,6 +6,7 @@ #include "MAT_Matrix.h" #include "Temp_common.h" #include "Boost_bitset.h" +#include "COMB_Combinatorics_elem.h" #include #include #include