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/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/window.c') diff --git a/src/nvim/window.c b/src/nvim/window.c index 8da12fa382..df4a3f2614 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -6,6 +6,7 @@ * See README.txt for an overview of the Vim source code. */ +#include #include #include "nvim/api/private/handle.h" -- cgit