mirror of
https://github.com/boostorg/graph.git
synced 2026-02-02 21:02:15 +00:00
tree_traits: Add include for boost::tie().
This lets examples/graph_as_tree compile.
This commit is contained in:
committed by
Vladimir Prus
parent
15872fe070
commit
e4aa48bc4b
@@ -6,6 +6,8 @@
|
||||
#ifndef BOOST_TREE_STRUCTURE_HPP
|
||||
#define BOOST_TREE_STRUCTURE_HPP
|
||||
|
||||
#include <boost/tuple/tuple.hpp> //For boost::tie()
|
||||
|
||||
namespace boost {
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user