Skip to content

Commit e0bfb13

Browse files
committed
add include for std::min()
1 parent d7be7db commit e0bfb13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libheif/codecs/hevc_boxes.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <iomanip>
3131
#include <string>
3232
#include <utility>
33+
#include <algorithm>
3334
#include <libheif/api_structs.h>
3435

3536

0 commit comments

Comments
 (0)