diff --git a/python/gtsam/preamble.h b/python/gtsam/preamble.h index b67df2644..9f3032dd0 100644 --- a/python/gtsam/preamble.h +++ b/python/gtsam/preamble.h @@ -7,4 +7,5 @@ PYBIND11_MAKE_OPAQUE(std::vector); #endif PYBIND11_MAKE_OPAQUE(std::vector >); PYBIND11_MAKE_OPAQUE(std::vector); -PYBIND11_MAKE_OPAQUE(std::vector>); +PYBIND11_MAKE_OPAQUE(std::vector > >); +PYBIND11_MAKE_OPAQUE(std::vector > >);