Merge pull request #17195 from dundargoc/refactor/assert-include

refactor: include missing assert header
This commit is contained in:
bfredl
2022-01-27 10:23:36 +01:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
#define NVIM_MARKTREE_H
#include <stdint.h>
#include <assert.h>
#include "nvim/assert.h"
#include "nvim/garray.h"