diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index be7ed84..c5516fe 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -9,7 +9,8 @@ // See http://www.boost.org for most recent version including documentation. // Revision History -// 30 Jul 00 Add typename syntax fix (Jens Maurer) +// 01 Apr 01 Modified to use new header. (John Maddock) +// 30 Jul 00 Add typename syntax fix (Jens Maurer) // 28 Aug 99 Initial version #ifndef BOOST_INTEGER_HPP diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index 4d6097b..e853d91 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -18,8 +18,8 @@ #ifndef BOOST_INTEGER_TRAITS_HPP #define BOOST_INTEGER_TRAITS_HPP -#include #include +#include // This is an implementation detail and not part of the interface #include