From e0b37ed7ad6d7dd4ff35c00dfaf6a53bb28ff301 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Thu, 27 Jan 2022 15:35:41 -0500 Subject: [PATCH] use Eigen::aligned_allocator --- python/gtsam/preamble/slam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gtsam/preamble/slam.h b/python/gtsam/preamble/slam.h index bb014ddc8..d4c2a8919 100644 --- a/python/gtsam/preamble/slam.h +++ b/python/gtsam/preamble/slam.h @@ -15,4 +15,4 @@ PYBIND11_MAKE_OPAQUE( std::vector > >); PYBIND11_MAKE_OPAQUE( std::vector > >); -PYBIND11_MAKE_OPAQUE(std::vector); +PYBIND11_MAKE_OPAQUE(std::vector >);