mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Patch for KCC bug
[SVN r15381]
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
# ifdef _AIX
|
||||
# include <boost/python/detail/wrap_python.hpp>
|
||||
# include <cstdio>
|
||||
# ifdef __KCC
|
||||
# include <iostream> // this works around a problem in KCC 4.0f
|
||||
# endif
|
||||
|
||||
namespace boost { namespace python { namespace detail {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user