diff --git a/include/boost/detail/call_traits.hpp b/include/boost/detail/call_traits.hpp index 1fa47f0..ec161c6 100644 --- a/include/boost/detail/call_traits.hpp +++ b/include/boost/detail/call_traits.hpp @@ -23,10 +23,10 @@ #include #endif -#ifndef ARITHMETIC_TYPE_TRAITS_HPP +#ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP #include #endif -#ifndef COMPOSITE_TYPE_TRAITS_HPP +#ifndef BOOST_COMPOSITE_TYPE_TRAITS_HPP #include #endif diff --git a/include/boost/detail/compressed_pair.hpp b/include/boost/detail/compressed_pair.hpp index 53f8b23..621a677 100644 --- a/include/boost/detail/compressed_pair.hpp +++ b/include/boost/detail/compressed_pair.hpp @@ -19,13 +19,15 @@ #define BOOST_DETAIL_COMPRESSED_PAIR_HPP #include -#ifndef OBJECT_TYPE_TRAITS_HPP +#ifndef BOOST_OBJECT_TYPE_TRAITS_HPP #include #endif +#ifndef BOOST_SAME_TRAITS_HPP +#include +#endif #ifndef BOOST_CALL_TRAITS_HPP #include #endif -#include namespace boost { @@ -423,3 +425,4 @@ swap(compressed_pair& x, compressed_pair& y) #endif // BOOST_DETAIL_COMPRESSED_PAIR_HPP + diff --git a/include/boost/detail/ob_call_traits.hpp b/include/boost/detail/ob_call_traits.hpp index 7490513..091eea3 100644 --- a/include/boost/detail/ob_call_traits.hpp +++ b/include/boost/detail/ob_call_traits.hpp @@ -24,10 +24,10 @@ #include #endif -#ifndef ARITHMETIC_TYPE_TRAITS_HPP +#ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP #include #endif -#ifndef COMPOSITE_TYPE_TRAITS_HPP +#ifndef BOOST_COMPOSITE_TYPE_TRAITS_HPP #include #endif diff --git a/include/boost/detail/ob_compressed_pair.hpp b/include/boost/detail/ob_compressed_pair.hpp index 42e4c35..c8293ec 100644 --- a/include/boost/detail/ob_compressed_pair.hpp +++ b/include/boost/detail/ob_compressed_pair.hpp @@ -26,9 +26,12 @@ #define BOOST_OB_COMPRESSED_PAIR_HPP #include -#ifndef OBJECT_TYPE_TRAITS_HPP +#ifndef BOOST_OBJECT_TYPE_TRAITS_HPP #include #endif +#ifndef BOOST_SAME_TRAITS_HPP +#include +#endif #ifndef BOOST_CALL_TRAITS_HPP #include #endif