aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-11-19 19:27:21 +0300
committerZyX <kp-pav@yandex.ru>2017-11-19 19:27:21 +0300
commit764cf3251de4f141fa451633dbdb48440ddf218a (patch)
tree5f3d6918a8fcf7de7fb1f42a6973e00caaac912a
parentc287893225bad586af486b37546f5982e5b1cd03 (diff)
downloadrneovim-764cf3251de4f141fa451633dbdb48440ddf218a.tar.gz
rneovim-764cf3251de4f141fa451633dbdb48440ddf218a.tar.bz2
rneovim-764cf3251de4f141fa451633dbdb48440ddf218a.zip
charset: Add missing include needed for vim_str2nr
-rw-r--r--src/nvim/charset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/charset.h b/src/nvim/charset.h
index 7198c8d405..eb64b6128a 100644
--- a/src/nvim/charset.h
+++ b/src/nvim/charset.h
@@ -4,6 +4,7 @@
#include "nvim/types.h"
#include "nvim/pos.h"
#include "nvim/buffer_defs.h"
+#include "nvim/eval/typval.h"
/// Return the folded-case equivalent of the given character
///