charset: Add missing include needed for vim_str2nr

This commit is contained in:
ZyX 2017-11-19 19:27:21 +03:00
parent c287893225
commit 764cf3251d

View File

@ -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
///