diff --git a/include/boost/graph/graph_as_tree.hpp b/include/boost/graph/graph_as_tree.hpp index 6fe1a98f..04d57e0f 100644 --- a/include/boost/graph/graph_as_tree.hpp +++ b/include/boost/graph/graph_as_tree.hpp @@ -32,8 +32,8 @@ #include #include #include -#include -#include +#include +#include namespace boost { @@ -92,4 +92,6 @@ namespace boost { }; -} /* namespace boost */ +} // namespace boost + +#endif // BOOST_GRAPH_GRAPH_AS_TREE_HPP