From 0e3b9ea74d0611567b519e4e4af1fc427f8dca4d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 10 Jun 2019 16:26:11 +0200 Subject: includes --- src/nvim/ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/ops.c') diff --git a/src/nvim/ops.c b/src/nvim/ops.c index 35ab9c4d84..4f1709bb1f 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -15,6 +15,7 @@ #include "nvim/ascii.h" #include "nvim/ops.h" #include "nvim/buffer.h" +#include "nvim/change.h" #include "nvim/charset.h" #include "nvim/cursor.h" #include "nvim/assert.h" -- cgit