mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
MSVC: Include limits.h for INT_MAX. #3290
This commit is contained in:

committed by
Justin M. Keyes

parent
77e416b711
commit
e2cbac7634
@@ -14,6 +14,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <limits.h> /* for INT_MAX on MSVC */
|
||||
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/vim.h"
|
||||
|
Reference in New Issue
Block a user