Skip to content

Commit abf0f62

Browse files
committed
Update the changelog for PR pybind#5208, which
fixes a compilation error with gcc 14.
1 parent bb05e08 commit abf0f62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Bug fixes:
2929
versions before 10.14.
3030
`#5200 <https://github.com/pybind/pybind11/pull/5200>`_
3131

32+
* A missing ``#include <algorithm>`` in pybind11/typing.h was added, to
33+
fix a GCC 14 build error.
34+
`#5200 <https://github.com/pybind/pybind11/pull/5208>`_
35+
3236
Version 2.13.0 (June 25, 2024)
3337
------------------------------
3438

0 commit comments

Comments
 (0)