aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/executor/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/viml/executor/executor.h')
-rw-r--r--src/nvim/viml/executor/executor.h2
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;