Skip to content

Explicitly include <limits> for compatibility with gcc-11

Holger Hoffstätte requested to merge hhoffstaette/kdiff3:gcc-11 into master

Current kdiff3 fails to build with gcc-11 due to changes to implicitly included headers as explained here. The fix is to include <limits> explicitly.

Edited by Holger Hoffstätte

Merge request reports