mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
changed #include for tie()
[SVN r10950]
This commit is contained in:
parent
55bfeb646f
commit
52f8a7c0ca
@ -19,7 +19,9 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <boost/utility.hpp>
|
// Note: tie() use to live in boost/utility.hpp, but
|
||||||
|
// not it is part of the more general Boost Tuple Library.
|
||||||
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int, char*[])
|
main(int, char*[])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user