Add Oracle compiler to the list that needs extra includes.

This commit is contained in:
jzmaddock
2015-06-14 12:49:59 +01:00
parent 693c7a9ca6
commit 17985daa3c

View File

@ -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 <boost/type_traits/is_volatile.hpp>
#include <boost/type_traits/is_copy_constructible.hpp>
#include <boost/type_traits/is_reference.hpp>