diff --git a/include/boost/type_traits/extent.hpp b/include/boost/type_traits/extent.hpp index 86cdb4e..6599236 100755 --- a/include/boost/type_traits/extent.hpp +++ b/include/boost/type_traits/extent.hpp @@ -129,6 +129,6 @@ struct extent } // namespace boost -#include "boost/type_traits/detail/bool_trait_undef.hpp" +#include "boost/type_traits/detail/size_t_trait_undef.hpp" #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED diff --git a/include/boost/type_traits/rank.hpp b/include/boost/type_traits/rank.hpp index c58ef8d..43b428d 100755 --- a/include/boost/type_traits/rank.hpp +++ b/include/boost/type_traits/rank.hpp @@ -76,6 +76,6 @@ BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(rank,T,(::boost::detail::rank_imp::value)) } // namespace boost -#include "boost/type_traits/detail/bool_trait_undef.hpp" +#include "boost/type_traits/detail/size_t_trait_undef.hpp" #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED