add missing #include <iterator>

[SVN r13554]
This commit is contained in:
Jens Maurer 2002-04-23 19:52:11 +00:00
parent 339937380e
commit 64b3e8c3bd

View File

@ -19,6 +19,7 @@
#include <set> #include <set>
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>
#include <iterator> // std::distance
// Note: tie() use to live in boost/utility.hpp, but // Note: tie() use to live in boost/utility.hpp, but
// not it is part of the more general Boost Tuple Library. // not it is part of the more general Boost Tuple Library.
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>