diff --git a/include/boost/graph/vector_as_graph.hpp b/include/boost/graph/vector_as_graph.hpp index 103393ca..f126a23d 100644 --- a/include/boost/graph/vector_as_graph.hpp +++ b/include/boost/graph/vector_as_graph.hpp @@ -23,8 +23,8 @@ // OR OTHER RIGHTS. //======================================================================= -#ifndef BOOST_GRAPH_VEC_ADJ_LIST_HPP -#define BOOST_GRAPH_VEC_ADJ_LIST_HPP +#ifndef BOOST_VECTOR_AS_GRAPH_HPP +#define BOOST_VECTOR_AS_GRAPH_HPP #include #include @@ -175,4 +175,4 @@ namespace boost { } // namespace boost -#endif // VEC_ADJ_LIST_HPP +#endif // BOOST_VECTOR_AS_GRAPH_HPP