2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

work around MIPSpro 7.41 problems

[SVN r23079]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-06-11 00:07:55 +00:00
parent ca0a0a4a3d
commit b661aad9ac

View File

@@ -10,6 +10,9 @@
// headers (so it can get control over some awful macros).
// Unfortunately, Boost.Python needs to #include <limits.h> first, at
// least... but this gets us as close as possible.
# if defined(_SGI_COMPILER_VERSION) && _SGI_COMPILER_VERSION == 741
# include <complex>
# endif
# include <boost/python/detail/wrap_python.hpp>
# include <boost/python/detail/config.hpp>