Skip to content

Commit 359b7f0

Browse files
committed
Merge pull request boostorg#37 from nevion/trace_registry
fix a static initialization fiasco with ios_base
2 parents 52b268a + d18c778 commit 359b7f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/boost/python/converter/registered.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# include <boost/python/type_id.hpp>
1515
# include <boost/type.hpp>
1616

17+
#if defined(BOOST_PYTHON_TRACE_REGISTRY) \
18+
|| defined(BOOST_PYTHON_CONVERTER_REGISTRY_APPLE_MACH_WORKAROUND)
19+
# include <iostream>
20+
#endif
21+
1722
namespace boost {
1823

1924
// You'll see shared_ptr mentioned in this header because we need to

0 commit comments

Comments
 (0)