Skip to content

contribs: Fix build with GCC 11

Hugo Beauzée-Luyssen requested to merge chouquette/vlc:fix_gcc11_build into master

This adds missing inclusion of <limits> which apparently isn't implicitly included anymore with GCC11 (at least when cross compiling to i686-w64-mingw32)

Merge request reports