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/os/wstream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os/wstream.c') diff --git a/src/nvim/os/wstream.c b/src/nvim/os/wstream.c index 13b8e8d9dc..3c4b5b6171 100644 --- a/src/nvim/os/wstream.c +++ b/src/nvim/os/wstream.c @@ -1,3 +1,4 @@ +#include #include #include -- cgit