From fde46d6ee8dbd6dc61128cb950fa41530fe5f0da Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 13 Sep 2004 18:14:14 +0000 Subject: [PATCH] Fix BC include [SVN r25060] --- include/boost/graph/bc_clustering.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/graph/bc_clustering.hpp b/include/boost/graph/bc_clustering.hpp index 5e668f9b..4fe407b0 100644 --- a/include/boost/graph/bc_clustering.hpp +++ b/include/boost/graph/bc_clustering.hpp @@ -9,7 +9,7 @@ #ifndef BOOST_GRAPH_BETWEENNESS_CENTRALITY_CLUSTERING_HPP #define BOOST_GRAPH_BETWEENNESS_CENTRALITY_CLUSTERING_HPP -#include +#include #include #include #include