From 93e6a75125161d3eb044703cb3209f96dd932eef Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 28 Aug 2001 19:09:33 +0000 Subject: [PATCH] changed #include for tie() to tuple.hpp [SVN r10951] --- counting_iterator_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counting_iterator_test.cpp b/counting_iterator_test.cpp index 0032dda..6a18f85 100644 --- a/counting_iterator_test.cpp +++ b/counting_iterator_test.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include