Ticket #10932: patchIncludePython.txt

File patchIncludePython.txt, 512 bytes (added by a.huebl@…, 8 years ago)

Patch: Add missing include (bind placeholders)

Line 
1diff --git a/include/boost/python/exception_translator.hpp b/include/boost/python/exception_translator.hpp
2index eb72da6..75ed0e1 100644
3--- a/include/boost/python/exception_translator.hpp
4+++ b/include/boost/python/exception_translator.hpp
5@@ -8,6 +8,7 @@
6 # include <boost/python/detail/prefix.hpp>
7
8 # include <boost/bind.hpp>
9+# include <boost/bind/placeholders.hpp>
10 # include <boost/type.hpp>
11 # include <boost/python/detail/translate_exception.hpp>
12 # include <boost/python/detail/exception_handler.hpp>