mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 23:52:34 +10:00
Merge pull request #17195 from dundargoc/refactor/assert-include
refactor: include missing assert header
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define NVIM_MARKTREE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "nvim/assert.h"
|
||||
#include "nvim/garray.h"
|
||||
|
||||
Reference in New Issue
Block a user