diff options
Diffstat (limited to 'src/nvim/autocmd.h')
-rw-r--r-- | src/nvim/autocmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/autocmd.h b/src/nvim/autocmd.h index b0a5a13026..4aefe8e71b 100644 --- a/src/nvim/autocmd.h +++ b/src/nvim/autocmd.h @@ -13,6 +13,7 @@ #include "nvim/ex_cmds_defs.h" // IWYU pragma: keep #include "nvim/macros_defs.h" #include "nvim/pos_defs.h" +#include "nvim/types_defs.h" // Set by the apply_autocmds_group function if the given event is equal to // EVENT_FILETYPE. Used by the readfile function in order to determine if |