aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/garray.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/garray.h b/src/nvim/garray.h
index 5a90da21c2..b32bab52f7 100644
--- a/src/nvim/garray.h
+++ b/src/nvim/garray.h
@@ -1,6 +1,9 @@
#ifndef NVIM_GARRAY_H
#define NVIM_GARRAY_H
+#include <stddef.h> // for size_t
+
+#include "nvim/types.h" // for char_u
#include "nvim/log.h"
/// Structure used for growing arrays.