summaryrefslogtreecommitdiff
path: root/src/selection.hh
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/selection.hh
parent291f8a6a859e260ca491ad0dadfc835d081732c9 (diff)
Add missing limits includes
Fixes #4003
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection.hh b/src/selection.hh
index 28eca5f2..c880aaf7 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -3,6 +3,8 @@
#include "buffer.hh"
+#include <limits>
+
namespace Kakoune
{