diff --git a/tie_example.cpp b/tie_example.cpp index 54a81af..cb5af4d 100644 --- a/tie_example.cpp +++ b/tie_example.cpp @@ -19,7 +19,9 @@ #include #include #include -#include +// Note: tie() use to live in boost/utility.hpp, but +// not it is part of the more general Boost Tuple Library. +#include int main(int, char*[])