From 91a88f314878b783808058adf6987184ec91d33e Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 25 Apr 2024 09:52:44 +0200 Subject: [PATCH] core: fix missing include for Boost >= 1.85 --- include/eigenpy/fwd.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/eigenpy/fwd.hpp b/include/eigenpy/fwd.hpp index 6aaf67eb..c511b569 100644 --- a/include/eigenpy/fwd.hpp +++ b/include/eigenpy/fwd.hpp @@ -65,6 +65,7 @@ #define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond #include "eigenpy/config.hpp" +#include <boost/type_traits/is_base_of.hpp> // Silence a warning about a deprecated use of boost bind by boost python // at least fo boost 1.73 to 1.75 -- GitLab