mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor: include missing assert header
This will solve the "implicit declaration of function ‘assert’" warning when running "make lint".
This commit is contained in:
parent
20482a2b83
commit
b7dc4491a9
@ -2,6 +2,7 @@
|
||||
#define NVIM_MARKTREE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "nvim/assert.h"
|
||||
#include "nvim/garray.h"
|
||||
|
Loading…
Reference in New Issue
Block a user