2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

added includes for call_method.hpp and def.hpp

This commit is contained in:
Cedric Schmeits
2020-10-20 15:22:22 +02:00
committed by Stefan Seefeld
parent 500194edb7
commit 30dd3fe8b1

View File

@@ -20,6 +20,8 @@ C++ Module Definition
``
#include <boost/python/module.hpp>
#include <boost/python/class.hpp>
#include <boost/python/call_method.hpp>
#include <boost/python/def.hpp>
#include <boost/utility.hpp>
#include <cstring>