Skip to content

Commit 2f89004

Browse files
authored
Merge pull request #464 from jcarpent/topic/boost
Fix missing include for boost >= 1.85
2 parents 59fd1a6 + 96d92fe commit 2f89004

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Fixed
1010
- Allow EigenToPy/EigenFromPy specialization with CL compiler ([#462](https://github.com/stack-of-tasks/eigenpy/pull/462))
11+
- Fix missing include for boost >= 1.85 ([#464](https://github.com/stack-of-tasks/eigenpy/pull/464))
1112

1213
## [3.5.0] - 2024-04-14
1314

cmake

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)