forked from boostorg/iterator
Need to include <algorithm> to get std::swap
[SVN r23213]
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
namespace boost {
|
||||
|
||||
|
Reference in New Issue
Block a user