You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/kakoune/files/kakoune-2020.01.16-gcc-11.p...

12 lines
181 B

https://bugs.gentoo.org/787029
--- a/src/regex_impl.cc
+++ b/src/regex_impl.cc
@@ -12,6 +12,7 @@
#include <cstdio>
#include <cstring>
+#include <limits>
namespace Kakoune
{