Skip to content

Commit 17a7655

Browse files
committed
Fix Missing Include: Bind Placeholders
boost/python/exception_translator.hpp(22): error: identifier "_1" is undefined boost/python/exception_translator.hpp(22): error: identifier "_2" is undefined
1 parent 832a1ed commit 17a7655

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/python/exception_translator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# include <boost/python/detail/prefix.hpp>
99

1010
# include <boost/bind.hpp>
11+
# include <boost/bind/placeholders.hpp>
1112
# include <boost/type.hpp>
1213
# include <boost/python/detail/translate_exception.hpp>
1314
# include <boost/python/detail/exception_handler.hpp>

0 commit comments

Comments
 (0)