diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-11 01:05:56 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-11 01:05:56 +0300 |
commit | 1751ec192d860f2591d18c4aad4248b5ab786cec (patch) | |
tree | f921a752d4977e297e21dc5d3efbc8846a713def | |
parent | 57308c4f82aa18b4c6a1af76d224c40e442c9a1e (diff) | |
download | rneovim-1751ec192d860f2591d18c4aad4248b5ab786cec.tar.gz rneovim-1751ec192d860f2591d18c4aad4248b5ab786cec.tar.bz2 rneovim-1751ec192d860f2591d18c4aad4248b5ab786cec.zip |
viml/executor: Fix check-single-includes
-rw-r--r-- | src/nvim/viml/executor/executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/viml/executor/executor.h b/src/nvim/viml/executor/executor.h index 85cb3550e7..648bb73785 100644 --- a/src/nvim/viml/executor/executor.h +++ b/src/nvim/viml/executor/executor.h @@ -5,6 +5,8 @@ #include "nvim/api/private/defs.h" #include "nvim/func_attr.h" +#include "nvim/eval/typval.h" +#include "nvim/ex_cmds_defs.h" // Generated by msgpack-gen.lua void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL; |