From ce7f13f760e171f94eeabb274e76bb65d8b49b7d Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 4 Oct 2001 22:46:41 +0000 Subject: [PATCH] fixed [SVN r11342] --- include/boost/graph/graph_as_tree.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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