2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

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.
This commit is contained in:
Anton Gladky
2025-10-28 20:56:28 +01:00
committed by Stefan Seefeld
parent 5f5f38fa8a
commit 668bc7c106

View File

@@ -17,6 +17,7 @@
#include <boost/python/numpy/numpy_object_mgr_traits.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/python/detail/type_traits.hpp>
#include <boost/type_traits/is_unsigned.hpp>
namespace boost { namespace python { namespace numpy {