diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-12 22:42:43 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 22:04:52 +1000 |
| commit | b804693630f61be757413e6e5a700995be1b164b (patch) | |
| tree | d83d92d767b6cb850d67e7bfd7565f2d22f39039 /src/display_buffer.hh | |
| parent | 449adb14a56f24fcfd9c836bcf69e1c4661fae89 (diff) | |
Remove unused wrap_to and reduce string_utils headers
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 613832dd..3a6ad0c2 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -8,6 +8,8 @@ #include "vector.hh" #include "hash_map.hh" +#include <algorithm> + namespace Kakoune { |
