summaryrefslogtreecommitdiff
path: root/src/regex_impl.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-01-03 10:58:09 +1100
committerMaxime Coste <mawww@kakoune.org>2021-01-03 10:58:09 +1100
commita0c23ccb720cb10469c4dfd77342524d6f607a9c (patch)
treec9276c4f31d53d66efd0d1e6cd58d51884135add /src/regex_impl.cc
parent291f8a6a859e260ca491ad0dadfc835d081732c9 (diff)
Add missing limits includes
Fixes #4003
Diffstat (limited to 'src/regex_impl.cc')
-rw-r--r--src/regex_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex_impl.cc b/src/regex_impl.cc
index a4457bcc..c5d755ac 100644
--- a/src/regex_impl.cc
+++ b/src/regex_impl.cc
@@ -12,6 +12,7 @@
#include <cstdio>
#include <cstring>
+#include <limits>
namespace Kakoune
{