mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Fixed a compilation error with gcc 14 (#5208)
This commit is contained in:
parent
65afa13eb0
commit
639ca6a71a
@ -14,6 +14,8 @@
|
||||
#include "cast.h"
|
||||
#include "pytypes.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
||||
PYBIND11_NAMESPACE_BEGIN(typing)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user