From 4f7af97f8c4011657eb3fbf1509ad104088aedcf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 16 Nov 2002 23:23:45 +0000 Subject: [PATCH] Bug fix thanks to Mark Russell [SVN r16296] --- doc/v2/lvalue_from_pytype.html | 2 ++ 1 file changed, 2 insertions(+) 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