From f15f360528662af39447a49d79f4a03684c81c94 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Sikiric Date: Mon, 9 Sep 2024 19:16:23 +0200 Subject: [PATCH] Add some include. --- src_graph/GRAPH_GraphicalBasic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src_graph/GRAPH_GraphicalBasic.h b/src_graph/GRAPH_GraphicalBasic.h index d180479..eee761f 100644 --- a/src_graph/GRAPH_GraphicalBasic.h +++ b/src_graph/GRAPH_GraphicalBasic.h @@ -2,12 +2,15 @@ #ifndef SRC_GRAPH_GRAPH_GRAPHICALBASIC_H_ #define SRC_GRAPH_GRAPH_GRAPHICALBASIC_H_ +// clang-format off #include "MAT_Matrix.h" #include "Temp_common.h" +#include "Boost_bitset.h" #include #include #include #include +// clang-format on struct GraphListAdj { public: