Skip to content

Commit

Permalink
add #include for std::min()
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 22, 2024
1 parent 86cbf80 commit 4da075f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/api/libheif/heif_regions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <memory>
#include <vector>
#include <utility>
#include <algorithm>


int heif_image_handle_get_number_of_region_items(const struct heif_image_handle* handle)
Expand Down

0 comments on commit 4da075f

Please sign in to comment.