From f4c38bdf51c19978d6144f574f364b362f47af1f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 1 Apr 2001 11:59:18 +0000 Subject: [PATCH] Added boost-wide woraround [SVN r9688] --- include/boost/integer.hpp | 3 ++- include/boost/integer_traits.hpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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