diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index 82d555b..34e4e4b 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -1,4 +1,4 @@ -// integer.hpp workarounds for non-conforming standard libraries -----------// +// interator.hpp workarounds for non-conforming standard libraries ---------// // (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears @@ -8,6 +8,7 @@ // See http://www.boost.org for most recent version including documentation. // Revision History +// 12 Jan 01 added for std::ptrdiff_t (Jens Maurer) // 28 Jun 00 Workarounds to deal with known MSVC bugs (David Abrahams) // 26 Jun 00 Initial version (Jeremy Siek) @@ -15,6 +16,7 @@ #define BOOST_ITERATOR_HPP #include +#include // std::ptrdiff_t #include namespace boost