diff --git a/include/boost/type_traits/is_member_function_pointer.hpp b/include/boost/type_traits/is_member_function_pointer.hpp index 7ab4eb9..47ca422 100644 --- a/include/boost/type_traits/is_member_function_pointer.hpp +++ b/include/boost/type_traits/is_member_function_pointer.hpp @@ -12,6 +12,7 @@ #define BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED #include "boost/type_traits/config.hpp" +#include "boost/detail/workaround.hpp" #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__BORLANDC__, < 0x600) # include "boost/type_traits/detail/is_mem_fun_pointer_impl.hpp" diff --git a/include/boost/type_traits/is_member_pointer.hpp b/include/boost/type_traits/is_member_pointer.hpp index 9b0bb59..c2aa98a 100644 --- a/include/boost/type_traits/is_member_pointer.hpp +++ b/include/boost/type_traits/is_member_pointer.hpp @@ -12,6 +12,7 @@ #define BOOST_TT_IS_MEMBER_POINTER_HPP_INCLUDED #include "boost/type_traits/config.hpp" +#include "boost/detail/workaround.hpp" #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__BORLANDC__, < 0x600) # include "boost/type_traits/is_member_function_pointer.hpp"