diff options
Diffstat (limited to 'src/nvim/match.c')
-rw-r--r-- | src/nvim/match.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/match.c b/src/nvim/match.c index ba587c4141..291f7ab696 100644 --- a/src/nvim/match.c +++ b/src/nvim/match.c @@ -12,6 +12,7 @@ #include "nvim/highlight_group.h" #include "nvim/match.h" #include "nvim/memline.h" +#include "nvim/profile.h" #include "nvim/regexp.h" #include "nvim/runtime.h" #include "nvim/screen.h" |