2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 07:32:21 +00:00
[SVN r11342]
This commit is contained in:
Jeremy Siek
2001-10-04 22:46:41 +00:00
parent 1dd8aff67f
commit ce7f13f760

View File

@@ -32,8 +32,8 @@
#include <boost/property_map.hpp>
#include <boost/graph/tree_traits.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/breadth_first_search.hpp>
#include <boost/graph_search_visitors.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/visitors.hpp>
namespace boost {
@@ -92,4 +92,6 @@ namespace boost {
};
} /* namespace boost */
} // namespace boost
#endif // BOOST_GRAPH_GRAPH_AS_TREE_HPP