gentoo-ebuilds/media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-boost-1.85.patch
Sam James 386cd1e2e2
media-gfx/luminance-hdr: fix build w/ boost-1.85
Closes: https://bugs.gentoo.org/932335
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-12 18:14:04 +01:00

12 lines
384 B
Diff

https://bugs.gentoo.org/932335
https://github.com/LuminanceHDR/LuminanceHDR/issues/283#issuecomment-2132239165
--- a/src/Libpfs/manip/resize.hxx
+++ b/src/Libpfs/manip/resize.hxx
@@ -23,6 +23,7 @@
#define PFS_RESIZE_HXX
#include <boost/math/constants/constants.hpp>
+#include <boost/numeric/conversion/bounds.hpp>
#include "copy.h"
#include "resize.h"
#include "../../sleef.c"