aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/marktree.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-10-10 18:31:46 +0200
committerGitHub <noreply@github.com>2020-10-10 18:31:46 +0200
commitf7cc3ae0b7b8ce67294c00729d278362ad60a4f0 (patch)
tree5b601432a0b2d835bb31a8d2776d74bfd9b885b0 /src/nvim/marktree.h
parent405044a41206e325c4f3ecaa6c62ed8f4bb32abe (diff)
parent6bf414c0d74ed6f2c573e87290830bade4330c9a (diff)
downloadrneovim-f7cc3ae0b7b8ce67294c00729d278362ad60a4f0.tar.gz
rneovim-f7cc3ae0b7b8ce67294c00729d278362ad60a4f0.tar.bz2
rneovim-f7cc3ae0b7b8ce67294c00729d278362ad60a4f0.zip
Merge pull request #13038 from bfredl/multiluahl
api: multiple decoration providers at once
Diffstat (limited to 'src/nvim/marktree.h')
-rw-r--r--src/nvim/marktree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/marktree.h b/src/nvim/marktree.h
index 0c73e75b2e..8a1c564a6d 100644
--- a/src/nvim/marktree.h
+++ b/src/nvim/marktree.h
@@ -2,6 +2,7 @@
#define NVIM_MARKTREE_H
#include <stdint.h>
+#include "nvim/pos.h"
#include "nvim/map.h"
#include "nvim/garray.h"