From ec6b822957d41ec49cdfa96c9eb1e9402a600d45 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 27 May 2015 18:10:14 +0100 Subject: [PATCH] Add missing Solaris #includes. --- include/boost/type_traits/has_nothrow_assign.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/has_nothrow_assign.hpp b/include/boost/type_traits/has_nothrow_assign.hpp index eb542f9..0c88c00 100644 --- a/include/boost/type_traits/has_nothrow_assign.hpp +++ b/include/boost/type_traits/has_nothrow_assign.hpp @@ -15,7 +15,7 @@ #if !defined(BOOST_HAS_NOTHROW_ASSIGN) || defined(BOOST_MSVC) || defined(BOOST_INTEL) #include #endif -#if defined(__GNUC__) +#if defined(__GNUC__) || defined(__SUNPRO_CC) #include #include #ifdef BOOST_INTEL