[range] resolved trac issue 5295 - sub_range.hpp was missing an include of concepts.hpp

[SVN r70034]
This commit is contained in:
Neil Groves
2011-03-16 23:20:12 +00:00
parent 96c78123f0
commit 7315e2c14e

View File

@ -15,6 +15,7 @@
#include <boost/iterator/iterator_facade.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/range/detail/any_iterator.hpp>
#include <boost/range/concepts.hpp>
#include <boost/range/reference.hpp>
#include <boost/range/value_type.hpp>
#include <boost/range/iterator_range_core.hpp>