parent
659145377a
commit
d271c06e3f
@ -1 +1 @@
|
||||
SOURCES/pybind11-2.13.1.tar.gz
|
||||
SOURCES/pybind11-2.13.6.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
a7708e7b6538f31cb69223815f0304129a0e93ec SOURCES/pybind11-2.13.1.tar.gz
|
||||
8c7e3e8fec829ced31a495dec281153511f33c63 SOURCES/pybind11-2.13.6.tar.gz
|
||||
|
@ -1,22 +0,0 @@
|
||||
From 51c2aa16de5b50fe4be6a0016d6090d4a831899e Mon Sep 17 00:00:00 2001
|
||||
From: wenqing <wenqing.wang@ufz.de>
|
||||
Date: Fri, 28 Jun 2024 16:12:32 +0200
|
||||
Subject: [PATCH] Fixed a compilation error with gcc 14 (#5208)
|
||||
|
||||
---
|
||||
include/pybind11/typing.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/include/pybind11/typing.h b/include/pybind11/typing.h
|
||||
index c8ba18d499..b0feb9464a 100644
|
||||
--- a/include/pybind11/typing.h
|
||||
+++ b/include/pybind11/typing.h
|
||||
@@ -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