2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Bug fix from Martin Casado (casado2@llnl.gov)

[SVN r14857]
This commit is contained in:
Dave Abrahams
2002-08-14 21:09:26 +00:00
parent 6e06ff048d
commit 49e071d363

View File

@@ -17,6 +17,7 @@ extern "C"
# include <boost/python/detail/wrap_python.hpp>
# include <boost/python/errors.hpp>
# include <boost/python/detail/aix_init_module.hpp>
# include <boost/python/module_init.hpp>
namespace boost { namespace python { namespace detail {