aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/context.h')
-rw-r--r--src/nvim/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/context.h b/src/nvim/context.h
index ae77e66516..7a1224d876 100644
--- a/src/nvim/context.h
+++ b/src/nvim/context.h
@@ -2,6 +2,8 @@
#define NVIM_CONTEXT_H
#include <msgpack.h>
+#include <msgpack/sbuffer.h>
+#include <stddef.h>
#include "klib/kvec.h"
#include "nvim/api/private/defs.h"