diff options
| author | Maxime Coste <mawww@kakoune.org> | 2025-07-10 09:08:24 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2025-07-10 09:08:24 +1000 |
| commit | 580c62a266439c24d0941d3b7e4c42149ab4a8e1 (patch) | |
| tree | 7597c0afa4ba46f96829658445b15dbad38cd7f9 /src/normal.cc | |
| parent | 9d706ce0b7d0f744274c6c19bbcd73f0c37205dd (diff) | |
More CI compilation fixes
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc index 96940a90..58013a2e 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -28,6 +28,8 @@ #include "window.hh" #include "word_db.hh" +#include <memory> + namespace Kakoune { |
