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