mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-03 22:14:33 +08:00
Fixed a compilation error with gcc 14 (#5208)
This commit is contained in:
parent
08f946a431
commit
51c2aa16de
@ -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…
x
Reference in New Issue
Block a user