aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memline.h')
-rw-r--r--src/nvim/memline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/memline.h b/src/nvim/memline.h
index f84e86fea0..a239c6a031 100644
--- a/src/nvim/memline.h
+++ b/src/nvim/memline.h
@@ -2,6 +2,8 @@
#define NVIM_MEMLINE_H
#include "nvim/types.h"
+#include "nvim/pos.h" // for pos_T, linenr_T, colnr_T
+#include "nvim/buffer_defs.h" // for buf_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memline.h.generated.h"