aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/context.c')
-rw-r--r--src/nvim/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/context.c b/src/nvim/context.c
index 1db7938ef4..911139dfdf 100644
--- a/src/nvim/context.c
+++ b/src/nvim/context.c
@@ -3,6 +3,7 @@
// Context: snapshot of the entire editor state as one big object/map
+#include "nvim/api/private/converter.h"
#include "nvim/api/private/helpers.h"
#include "nvim/api/vim.h"
#include "nvim/context.h"