diff options
Diffstat (limited to 'src/string.hh')
| -rw-r--r-- | src/string.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.hh b/src/string.hh index f7311d9d..55276d73 100644 --- a/src/string.hh +++ b/src/string.hh @@ -1,13 +1,13 @@ #ifndef string_hh_INCLUDED #define string_hh_INCLUDED -#include "memoryview.hh" #include "units.hh" #include "utf8.hh" #include <string> #include <climits> #include <cstring> +#include <vector> namespace Kakoune { |
