2
0
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:
Dave Abrahams
2002-09-16 15:26:20 +00:00
parent b084f8a616
commit 7fe5fb92b4

View File

@@ -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 {