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

Add missing #include

[SVN r14494]
This commit is contained in:
Dave Abrahams
2002-07-17 14:05:53 +00:00
parent c2e115b6a5
commit bd72ee9cd1

View File

@@ -11,6 +11,7 @@
# include <boost/python/detail/destroy.hpp>
# include <boost/python/detail/construct.hpp>
# include <boost/python/converter/object_manager.hpp>
# include <boost/python/detail/raw_pyobject.hpp>
//
// arg_from_python converters for Python type wrappers, to be used as