diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-01-03 10:58:09 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-01-03 10:58:09 +1100 |
| commit | a0c23ccb720cb10469c4dfd77342524d6f607a9c (patch) | |
| tree | c9276c4f31d53d66efd0d1e6cd58d51884135add /src/selection.hh | |
| parent | 291f8a6a859e260ca491ad0dadfc835d081732c9 (diff) | |
Add missing limits includes
Fixes #4003
Diffstat (limited to 'src/selection.hh')
| -rw-r--r-- | src/selection.hh | 2 |
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 { |
