From cf38ab0becd20aa81f016a363e831eece3ec4759 Mon Sep 17 00:00:00 2001 From: Wenqing Wang Date: Fri, 28 Jun 2024 10:30:04 +0200 Subject: [PATCH] Fixed a compilation error with gcc 14 --- 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 + PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE) PYBIND11_NAMESPACE_BEGIN(typing)