mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 10:24:00 +00:00
add missing #include <iterator>
[SVN r13554]
This commit is contained in:
parent
339937380e
commit
64b3e8c3bd
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user