diff --git a/include/boost/detail/call_traits.hpp b/include/boost/detail/call_traits.hpp index 304a686..ec161c6 100644 --- a/include/boost/detail/call_traits.hpp +++ b/include/boost/detail/call_traits.hpp @@ -23,8 +23,11 @@ #include #endif -#ifndef BOOST_TYPE_TRAITS_HPP -#include +#ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP +#include +#endif +#ifndef BOOST_COMPOSITE_TYPE_TRAITS_HPP +#include #endif namespace boost{