Skip to content

Commit 91a88f3

Browse files
committed
core: fix missing include for Boost >= 1.85
1 parent e6e70b4 commit 91a88f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/eigenpy/fwd.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond
6666

6767
#include "eigenpy/config.hpp"
68+
#include <boost/type_traits/is_base_of.hpp>
6869

6970
// Silence a warning about a deprecated use of boost bind by boost python
7071
// at least fo boost 1.73 to 1.75

0 commit comments

Comments
 (0)