diff --git a/include/boost/python/detail/prefix.hpp b/include/boost/python/detail/prefix.hpp index 1e55f428..6292f927 100755 --- a/include/boost/python/detail/prefix.hpp +++ b/include/boost/python/detail/prefix.hpp @@ -10,6 +10,9 @@ // headers (so it can get control over some awful macros). // Unfortunately, Boost.Python needs to #include first, at // least... but this gets us as close as possible. +# if defined(_SGI_COMPILER_VERSION) && _SGI_COMPILER_VERSION == 741 +# include +# endif # include # include