Skip to content

Commit 30dd3fe

Browse files
CedricSchmeitsstefanseefeld
authored andcommitted
added includes for call_method.hpp and def.hpp
1 parent 500194e commit 30dd3fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/reference/call_method.qbk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ C++ Module Definition
2020
``
2121
#include <boost/python/module.hpp>
2222
#include <boost/python/class.hpp>
23+
#include <boost/python/call_method.hpp>
24+
#include <boost/python/def.hpp>
2325
#include <boost/utility.hpp>
2426
#include <cstring>
2527

0 commit comments

Comments
 (0)