2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 21:02:15 +00:00

Better integrating the null map.

[SVN r52908]
This commit is contained in:
Andrew Sutton
2009-05-11 17:36:18 +00:00
parent 7ade369d3e
commit c09fa80aca

View File

@@ -7,7 +7,10 @@
#ifndef BOOST_GRAPH_NULL_PROPERTY_HPP
#define BOOST_GRAPH_NULL_PROPERTY_HPP
#include <boost/property_map.hpp>
#include <boost/property_map/property_map.hpp>
// TODO: This should really be part of the property maps library rather than
// the Boost.Graph library.
namespace boost
{