From 64b3e8c3bd276d926e45d9f9d485b1196df2e321 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 23 Apr 2002 19:52:11 +0000 Subject: [PATCH] add missing #include [SVN r13554] --- tie_example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tie_example.cpp b/tie_example.cpp index 206f61e..a2462df 100644 --- a/tie_example.cpp +++ b/tie_example.cpp @@ -19,6 +19,7 @@ #include #include #include +#include // std::distance // Note: tie() use to live in boost/utility.hpp, but // not it is part of the more general Boost Tuple Library. #include