diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-07 01:12:37 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-07 01:12:37 +0000 |
| commit | f0ae0b84102a0cb7d0dda0b8b7b1ba425d5d6eb7 (patch) | |
| tree | 0a38687f1796139771873cd760192af747baf4b4 /src/json_ui.hh | |
| parent | 6373338c50a9431de7440b9274a079b4dc6c5755 (diff) | |
Replace IdMap with HashMap
Diffstat (limited to 'src/json_ui.hh')
| -rw-r--r-- | src/json_ui.hh | 1 |
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 { |
