From e69cfa6c15eabfba6f99791482ea657ca325298c Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Mon, 23 Jun 2014 00:40:35 -0500 Subject: move assert.h include out of vim.h --- src/nvim/hashtab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/hashtab.c') diff --git a/src/nvim/hashtab.c b/src/nvim/hashtab.c index 4eb1b6275f..5b0dc508fa 100644 --- a/src/nvim/hashtab.c +++ b/src/nvim/hashtab.c @@ -18,6 +18,7 @@ /// of the entries is empty to keep the lookup efficient (at the cost of extra /// memory). +#include #include #include #include -- cgit