diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-10-09 22:12:42 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-10-10 10:52:32 +0800 |
| commit | 6ada6e6d773982282031afa43b150299d1fbec87 (patch) | |
| tree | 3335421a15180fec052657d4128a86dd51050262 /src/shared_string.cc | |
| parent | d1b9c24afcb18f95169f55fd51fbe03a7a27aff3 (diff) | |
Move all non-core string code to string_utils.{hh,cc}
Diffstat (limited to 'src/shared_string.cc')
| -rw-r--r-- | src/shared_string.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared_string.cc b/src/shared_string.cc index 74c6c106..73f2b69d 100644 --- a/src/shared_string.cc +++ b/src/shared_string.cc @@ -1,6 +1,8 @@ #include "shared_string.hh" #include "buffer_utils.hh" +#include <cstring> + namespace Kakoune { |
