summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-10-09 22:12:42 +0800
committerMaxime Coste <mawww@kakoune.org>2017-10-10 10:52:32 +0800
commit6ada6e6d773982282031afa43b150299d1fbec87 (patch)
tree3335421a15180fec052657d4128a86dd51050262 /src/json_ui.cc
parentd1b9c24afcb18f95169f55fd51fbe03a7a27aff3 (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.cc1
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"