From 0408a8888f045875e3af8a3b94018d7256019a6c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 14 Jun 2015 18:50:08 +0100 Subject: [PATCH] Add missing #include for Solaris. --- include/boost/type_traits/has_trivial_constructor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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