2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 20:22:09 +00:00

Fixed missing includes

[SVN r55471]
This commit is contained in:
Jeremiah Willcock
2009-08-08 18:53:56 +00:00
parent fd3a5f46f5
commit 24c0b6db9d

View File

@@ -12,6 +12,8 @@
#include <boost/property_map/property_map.hpp>
#include <boost/concept_archetype.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
namespace boost { // should use a different namespace for this