From 49e071d363596d12f822ea4fc099fb90b0254283 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Aug 2002 21:09:26 +0000 Subject: [PATCH] Bug fix from Martin Casado (casado2@llnl.gov) [SVN r14857] --- src/aix_init_module.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aix_init_module.cpp b/src/aix_init_module.cpp index fb623579..3d74596e 100644 --- a/src/aix_init_module.cpp +++ b/src/aix_init_module.cpp @@ -17,6 +17,7 @@ extern "C" # include # include # include +# include namespace boost { namespace python { namespace detail {