changed #include for tie()

[SVN r10950]
This commit is contained in:
Jeremy Siek 2001-08-28 19:07:51 +00:00
parent 55bfeb646f
commit 52f8a7c0ca

View File

@ -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*[])