nokiatech / heif

High Efficiency Image File Format
Other
1.74k stars 247 forks source link

add missing limits header #119

Open bradh opened 1 year ago

bradh commented 1 year ago

During testing of #118, I hit an error about numeric_limits not being part of std.

This was on Ubuntu Linux with g++ 11.3.0.

unrealslayer commented 11 months ago

same on ubuntu 22, clang 18, header 'limits' missing merge this fix pls!

tyano461 commented 7 months ago

A similar build error occurred in a fedora39 & gcc-c++ environment. And by applying this fix the build was successful.