Skip to content

Commit e1e9eb3

Browse files
committed
Merge pull request boostorg#13 from ax3l/fix-missingPlaceholderInclude
Fix Trac #10932 Missing Include: Bind Placeholders
2 parents 9eee9ef + 17a7655 commit e1e9eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)