Commit b1410c37 for libheif

commit b1410c372f49eab650bd3237d7f9466ee2de4fcd
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Mon Feb 16 14:30:26 2026 +0100

    add missing include

diff --git a/heifio/decoder_tiff.cc b/heifio/decoder_tiff.cc
index 246aa86d..1f0ddd24 100644
--- a/heifio/decoder_tiff.cc
+++ b/heifio/decoder_tiff.cc
@@ -4,6 +4,7 @@
   MIT License

   Copyright (c) 2024 Joachim Bauch <bauch@struktur.de>
+  Copyright (c) 2026 Dirk Farin <dirk.farin@gmail.com>

   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
@@ -29,6 +30,7 @@
 #include <memory>
 #include <utility>
 #include <vector>
+#include <algorithm>

 extern "C" {
 #include <tiff.h>