From 17985daa3c4e56aa30e22db6a02d2a694f0657e0 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 14 Jun 2015 12:49:59 +0100 Subject: [PATCH] Add Oracle compiler to the list that needs extra includes. --- include/boost/type_traits/has_nothrow_copy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/has_nothrow_copy.hpp b/include/boost/type_traits/has_nothrow_copy.hpp index a62476c..61d52b9 100644 --- a/include/boost/type_traits/has_nothrow_copy.hpp +++ b/include/boost/type_traits/has_nothrow_copy.hpp @@ -14,7 +14,7 @@ #ifdef BOOST_HAS_NOTHROW_COPY -#if defined(BOOST_CLANG) || defined(__GNUC__) || defined(__ghs__) || defined(__CODEGEARC__) +#if defined(BOOST_CLANG) || defined(__GNUC__) || defined(__ghs__) || defined(__CODEGEARC__) || defined(__SUNPRO_CC) #include #include #include