summaryrefslogtreecommitdiff
path: root/app-editors/kakoune/files/kakoune-2020.01.16-gcc-11.patch
blob: d558c49347c1c04ab068c212b9e99dd9280517fd (plain)
1
2
3
4
5
6
7
8
9
10
11
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
 {