Skip to content

Commit

Permalink
Fixed a compilation error with gcc 14 (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jun 28, 2024
1 parent 08f946a commit 51c2aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pybind11/typing.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "cast.h"
#include "pytypes.h"

#include <algorithm>

PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
PYBIND11_NAMESPACE_BEGIN(typing)

Expand Down

0 comments on commit 51c2aa1

Please sign in to comment.