From b661aad9ac31d5dec4a63f8480e3886d21d69f36 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 11 Jun 2004 00:07:55 +0000 Subject: [PATCH] work around MIPSpro 7.41 problems [SVN r23079] --- include/boost/python/detail/prefix.hpp | 3 +++ 1 file changed, 3 insertions(+) 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