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

boost/python.hpp: include slice.hpp (trac issue 5639)

[SVN r72745]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-06-24 21:27:40 +00:00
parent 3e409f9a87
commit f1efb481c3

View File

@@ -61,6 +61,7 @@
# include <boost/python/return_value_policy.hpp>
# include <boost/python/scope.hpp>
# include <boost/python/self.hpp>
# include <boost/python/slice.hpp>
# include <boost/python/slice_nil.hpp>
# include <boost/python/str.hpp>
# include <boost/python/to_python_converter.hpp>