diff --git a/include/boost/type_traits/has_trivial_constructor.hpp b/include/boost/type_traits/has_trivial_constructor.hpp index 0f57aae..60ac52a 100644 --- a/include/boost/type_traits/has_trivial_constructor.hpp +++ b/include/boost/type_traits/has_trivial_constructor.hpp @@ -16,7 +16,7 @@ #ifdef BOOST_HAS_TRIVIAL_CONSTRUCTOR #ifdef BOOST_HAS_SGI_TYPE_TRAITS #include -#elif defined(__GNUC__) +#elif defined(__GNUC__) || defined(__SUNPRO_CC) #include #ifdef BOOST_INTEL #include