Skip to content

Commit 668bc7c

Browse files
gladkstefanseefeld
authored andcommitted
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.
1 parent 5f5f38f commit 668bc7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/python/numpy/dtype.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <boost/python/numpy/numpy_object_mgr_traits.hpp>
1818
#include <boost/mpl/for_each.hpp>
1919
#include <boost/python/detail/type_traits.hpp>
20+
#include <boost/type_traits/is_unsigned.hpp>
2021

2122
namespace boost { namespace python { namespace numpy {
2223

0 commit comments

Comments
 (0)