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/json_ui.cc | |
| parent | d1b9c24afcb18f95169f55fd51fbe03a7a27aff3 (diff) | |
Move all non-core string code to string_utils.{hh,cc}
Diffstat (limited to 'src/json_ui.cc')
| -rw-r--r-- | src/json_ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc index ca7d3109..962ef693 100644 --- a/src/json_ui.cc +++ b/src/json_ui.cc @@ -6,6 +6,7 @@ #include "file.hh" #include "keys.hh" #include "ranges.hh" +#include "string_utils.hh" #include "unit_tests.hh" #include "value.hh" |
