From 7846e4bfd75e4d1e1303cce0e1b3d34d80cf51b6 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 31 Jan 2006 13:30:01 +0000 Subject: [PATCH] slist updates [SVN r32477] --- test/counting_iterator_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/counting_iterator_test.cpp b/test/counting_iterator_test.cpp index 7b19ba8..fd6e701 100644 --- a/test/counting_iterator_test.cpp +++ b/test/counting_iterator_test.cpp @@ -47,7 +47,11 @@ #include #include #ifndef BOOST_NO_SLIST +# ifdef BOOST_SLIST_HEADER +# include BOOST_SLIST_HEADER +# else # include +# endif #endif