diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-11-12 13:01:18 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-11-12 13:01:18 +0800 |
| commit | 00e06302722a5b15a292b10d165dff640a3d3ce0 (patch) | |
| tree | a05cc739b011f5d2d697671b0a9e11662e8adaaa /src/input_handler.hh | |
| parent | 5cfccad39cd4b215736f8560a55404f78bae4b7d (diff) | |
Move Array and ConstexprVector to a constexpr_utils.hh header
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 663fd81b..f4f9f1b6 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -2,6 +2,7 @@ #define input_handler_hh_INCLUDED #include "completion.hh" +#include "constexpr_utils.hh" #include "context.hh" #include "face.hh" #include "normal.hh" |
