Need to include <algorithm> to get std::swap

[SVN r23213]
This commit is contained in:
Douglas Gregor
2004-06-27 18:48:11 +00:00
parent da1e5aa3e8
commit 0acc6c38ef

View File

@ -13,6 +13,7 @@
#include <boost/config.hpp>
#include <boost/iterator/counting_iterator.hpp>
#include <algorithm>
namespace boost {