Commit c2b86722 for libheif
commit c2b867221a61d06480785df50ffa8b6000549336
Author: Dirk Farin <dirk.farin@gmail.com>
Date: Fri Feb 27 15:52:44 2026 +0100
fix missing include
diff --git a/libheif/codecs/uncompressed/unc_encoder.cc b/libheif/codecs/uncompressed/unc_encoder.cc
index a660322a..8adb7c1d 100644
--- a/libheif/codecs/uncompressed/unc_encoder.cc
+++ b/libheif/codecs/uncompressed/unc_encoder.cc
@@ -31,6 +31,7 @@
#include "unc_encoder_rgb_bytealign_pixel_interleave.h"
#include "libheif/heif_uncompressed.h"
#include "compression.h"
+#include <utility>
heif_uncompressed_component_type heif_channel_to_component_type(heif_channel channel)