|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55508 - branches/release/boost/graph
From: jewillco_at_[hidden]
Date: 2009-08-10 13:57:42
Author: jewillco
Date: 2009-08-10 13:57:42 EDT (Mon, 10 Aug 2009)
New Revision: 55508
URL: http://svn.boost.org/trac/boost/changeset/55508
Log:
Fixed missing headers (merged over from trunk)
Text files modified:
branches/release/boost/graph/graph_archetypes.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: branches/release/boost/graph/graph_archetypes.hpp
==============================================================================
--- branches/release/boost/graph/graph_archetypes.hpp (original)
+++ branches/release/boost/graph/graph_archetypes.hpp 2009-08-10 13:57:42 EDT (Mon, 10 Aug 2009)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk