From 7cec198e14c693cdb1c45782e499025bfbcae86b Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Sun, 20 Jul 2003 19:17:18 +0000 Subject: [PATCH] Added missing algorithm include. [SVN r19230] --- counting_iterator_example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/counting_iterator_example.cpp b/counting_iterator_example.cpp index 87f946d..7b77992 100644 --- a/counting_iterator_example.cpp +++ b/counting_iterator_example.cpp @@ -5,6 +5,7 @@ #include +#include #include #include #include