mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-14 01:23:53 +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 "cast.h"
|
||||||
#include "pytypes.h"
|
#include "pytypes.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
||||||
PYBIND11_NAMESPACE_BEGIN(typing)
|
PYBIND11_NAMESPACE_BEGIN(typing)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user