2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Bug fix thanks to Mark Russell <mrussell8081@pacbell.net>

[SVN r16296]
This commit is contained in:
Dave Abrahams
2002-11-16 23:23:45 +00:00
parent 57f54952c3
commit 4f7af97f8c

View File

@@ -239,6 +239,8 @@ static MemberType&amp; execute(InstanceType&amp; c);
<h3>C++ module definition</h3>
<pre>
#include &lt;boost/python/module.hpp&gt;
#include &lt;boost/python/handle.hpp&gt;
#include &lt;boost/python/borrowed.hpp&gt;
#include &lt;boost/python/lvalue_from_pytype.hpp&gt;
// definition lifted from the Python docs