diff options
Diffstat (limited to 'src/nvim/linematch.h')
-rw-r--r-- | src/nvim/linematch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/linematch.h b/src/nvim/linematch.h index 052d438617..129d2c7125 100644 --- a/src/nvim/linematch.h +++ b/src/nvim/linematch.h @@ -3,6 +3,8 @@ #include <stddef.h> +#include "nvim/pos.h" + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "linematch.h.generated.h" #endif |