From 8cf1b8acb28d5f06128f905c06d124097a5228d1 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 13 Dec 2000 23:24:55 +0000 Subject: [PATCH] forgot #include [SVN r8461] --- include/boost/pending/iterator_tests.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/pending/iterator_tests.hpp b/include/boost/pending/iterator_tests.hpp index 981eb55..7321eed 100644 --- a/include/boost/pending/iterator_tests.hpp +++ b/include/boost/pending/iterator_tests.hpp @@ -4,6 +4,7 @@ // This is meant to be the beginnings of a comprehensive, generic // test suite for STL concepts such as iterators and containers. +#include #include namespace boost {