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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user