mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-24 16:59:14 +00:00
Fixed a compilation error with gcc 14 (#5208)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user