2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

Fix BC include

[SVN r25060]
This commit is contained in:
Douglas Gregor
2004-09-13 18:14:14 +00:00
parent b7d9331f0e
commit fde46d6ee8

View File

@@ -9,7 +9,7 @@
#ifndef BOOST_GRAPH_BETWEENNESS_CENTRALITY_CLUSTERING_HPP
#define BOOST_GRAPH_BETWEENNESS_CENTRALITY_CLUSTERING_HPP
#include <boost/graph/brandes_betweenness_centrality.hpp>
#include <boost/graph/betweenness_centrality.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/pending/indirect_cmp.hpp>
#include <algorithm>