Skip to content
Snippets Groups Projects
Unverified Commit 91a88f31 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: fix missing include for Boost >= 1.85

parent e6e70b43
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond #define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond
#include "eigenpy/config.hpp" #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 // Silence a warning about a deprecated use of boost bind by boost python
// at least fo boost 1.73 to 1.75 // at least fo boost 1.73 to 1.75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment