diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-06-12 21:53:39 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-06-12 21:53:39 +1000 |
| commit | 19cbb703a780faadfbef228433ba519aac2a5d15 (patch) | |
| tree | 636c0f717758876eaddc9e5571b2ebbbb88269b8 /src/display_buffer.hh | |
| parent | 467021c3c772eab2c8b4a14dbb47dc0bf24b5d21 (diff) | |
| parent | 77ade51a8153028b40f0a415046cf37e108858fb (diff) | |
Merge remote-tracking branch 'arrufat/fix-build-gcc13'
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 23948263..a59ca99e 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -2,12 +2,12 @@ #define display_buffer_hh_INCLUDED #include "face.hh" -#include "hash.hh" #include "coord.hh" #include "range.hh" #include "string.hh" #include "vector.hh" #include "hash_map.hh" +#include <functional> namespace Kakoune { |
