diff options
Diffstat (limited to 'src/nvim/popupmnu.h')
-rw-r--r-- | src/nvim/popupmnu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/popupmnu.h b/src/nvim/popupmnu.h index 2b181f2c4a..7e1588dbdd 100644 --- a/src/nvim/popupmnu.h +++ b/src/nvim/popupmnu.h @@ -1,6 +1,8 @@ #ifndef NVIM_POPUPMNU_H #define NVIM_POPUPMNU_H +#include "nvim/types.h" + /// Used for popup menu items. typedef struct { char_u *pum_text; // main menu text |