hdrmerge: fix build with GCC 13

This commit is contained in:
Jan Solanti
2024-01-09 22:56:54 +02:00
parent d8364a95c7
commit 3eab97c775
@@ -37,6 +37,11 @@ mkDerivation rec {
"-DALGLIB_DIR:PATH=${alglib}"
];
CXXFLAGS = [
# GCC 13: error: 'uint32_t' does not name a type
"-include cstdint"
];
patches = [
# https://github.com/jcelaya/hdrmerge/pull/222
(fetchpatch {