3 #include <pybind11/detail/common.h> 4 #include <pybind11/detail/internals.h> 5 #include <pybind11/eigen.h> 6 #include <pybind11/functional.h> 7 #include <pybind11/numpy.h> 8 #include <pybind11/operators.h> 9 #include <pybind11/pybind11.h> 10 #include <pybind11/stl.h> 11 #include <pybind11/stl_bind.h> 16 namespace py = pybind11;
PYBIND11_MAKE_OPAQUE(std::vector< int >)