fix: fix ASAN errors on clang 17 (#25469)

This commit is contained in:
dundargoc
2023-10-03 00:19:30 +02:00
committed by GitHub
parent eb1f0e8fcc
commit fd791db0ec
6 changed files with 8 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
#include "klib/kvec.h"
#include "nvim/api/private/defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/grid_defs.h"
#include "nvim/macros.h"
#include "nvim/types.h"