From 7fe5fb92b4868a91e86f4757d36fa10d43676541 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 16 Sep 2002 15:26:20 +0000 Subject: [PATCH] Patch for KCC bug [SVN r15381] --- include/boost/python/detail/aix_init_module.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/python/detail/aix_init_module.hpp b/include/boost/python/detail/aix_init_module.hpp index 6eda62ea..06071c1f 100644 --- a/include/boost/python/detail/aix_init_module.hpp +++ b/include/boost/python/detail/aix_init_module.hpp @@ -8,6 +8,9 @@ # ifdef _AIX # include # include +# ifdef __KCC +# include // this works around a problem in KCC 4.0f +# endif namespace boost { namespace python { namespace detail {