From 668bc7c106bf32aa64e05ab4f26d13a708971baf Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Tue, 28 Oct 2025 20:56:28 +0100 Subject: [PATCH] Include missing header boost/type_traits/is_unsigned.hpp During the Debian Packaging of new version it was found that this header is missing during the rebuild with GCC-15. --- include/boost/python/numpy/dtype.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/numpy/dtype.hpp b/include/boost/python/numpy/dtype.hpp index 4673745e..9438d79f 100644 --- a/include/boost/python/numpy/dtype.hpp +++ b/include/boost/python/numpy/dtype.hpp @@ -17,6 +17,7 @@ #include #include #include +#include namespace boost { namespace python { namespace numpy {