Commit 6df5da6e for libheif
commit 6df5da6e25b32c547b3364e493f442f5ed6f626d
Author: Dirk Farin <dirk.farin@gmail.com>
Date: Mon Apr 13 00:36:16 2026 +0200
add missing include
diff --git a/libheif/codecs/uncompressed/unc_encoder.cc b/libheif/codecs/uncompressed/unc_encoder.cc
index ca277b9c..067f4883 100644
--- a/libheif/codecs/uncompressed/unc_encoder.cc
+++ b/libheif/codecs/uncompressed/unc_encoder.cc
@@ -34,6 +34,7 @@
#include "libheif/heif_uncompressed.h"
#include "compression.h"
#include <utility>
+#include <algorithm>
heif_unci_component_type heif_channel_to_component_type(heif_channel channel)