diff --git a/doc/v2/lvalue_from_pytype.html b/doc/v2/lvalue_from_pytype.html index 91679b64..a2020a46 100755 --- a/doc/v2/lvalue_from_pytype.html +++ b/doc/v2/lvalue_from_pytype.html @@ -239,6 +239,8 @@ static MemberType& execute(InstanceType& c);

C++ module definition

 #include <boost/python/module.hpp>
+#include <boost/python/handle.hpp>
+#include <boost/python/borrowed.hpp>
 #include <boost/python/lvalue_from_pytype.hpp>
 
 // definition lifted from the Python docs