diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-11-29 19:53:11 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-11-29 19:53:11 +0000 |
| commit | 2fd1414b051cc95d0e0a4cd8c983c92408e67ac8 (patch) | |
| tree | a4d4d54e673cc7f26365aa68f34ccaae7ad5f232 /src/input_handler.cc | |
| parent | 0dff8a7d3f0da388a6327ba9c797691ae855312f (diff) | |
Clean up includes of user_interface.hh
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 32bd322d..6bc186a4 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -10,6 +10,7 @@ #include "regex.hh" #include "register_manager.hh" #include "unordered_map.hh" +#include "user_interface.hh" #include "utf8.hh" #include "window.hh" |
