diff --git a/include/boost/python/converter/registered.hpp b/include/boost/python/converter/registered.hpp index 68bb3c4a..ad9a00b3 100644 --- a/include/boost/python/converter/registered.hpp +++ b/include/boost/python/converter/registered.hpp @@ -14,6 +14,11 @@ # include # include +#if defined(BOOST_PYTHON_TRACE_REGISTRY) \ + || defined(BOOST_PYTHON_CONVERTER_REGISTRY_APPLE_MACH_WORKAROUND) +# include +#endif + namespace boost { // You'll see shared_ptr mentioned in this header because we need to