summaryrefslogtreecommitdiff
path: root/src/json_ui.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-07 01:12:37 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-07 01:12:37 +0000
commitf0ae0b84102a0cb7d0dda0b8b7b1ba425d5d6eb7 (patch)
tree0a38687f1796139771873cd760192af747baf4b4 /src/json_ui.hh
parent6373338c50a9431de7440b9274a079b4dc6c5755 (diff)
Replace IdMap with HashMap
Diffstat (limited to 'src/json_ui.hh')
-rw-r--r--src/json_ui.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_ui.hh b/src/json_ui.hh
index 6ced3ec4..1b35538f 100644
--- a/src/json_ui.hh
+++ b/src/json_ui.hh
@@ -4,6 +4,7 @@
#include "user_interface.hh"
#include "event_manager.hh"
#include "coord.hh"
+#include "string.hh"
namespace Kakoune
{