diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:32:52 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:32:52 +1000 |
| commit | 7a60ae9a7f7cb8feb9a688ecda8c1d59ccc0f0ad (patch) | |
| tree | 8c6f896516a0c3c998fea44368d282059bb7fc4d /src/string.hh | |
| parent | df80aef04bca90da5db43b8cfa300e082f1117ce (diff) | |
Add missing include for non libstdc++ builds
Diffstat (limited to 'src/string.hh')
| -rw-r--r-- | src/string.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.hh b/src/string.hh index 0ed1dc75..677f01f5 100644 --- a/src/string.hh +++ b/src/string.hh @@ -8,6 +8,7 @@ #include "units.hh" #include "utf8.hh" +#include <algorithm> namespace Kakoune { |
