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 --- scripts/msgpack-gen.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/msgpack-gen.lua') diff --git a/scripts/msgpack-gen.lua b/scripts/msgpack-gen.lua index d37a85abe8..7f80d48114 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -88,6 +88,7 @@ output = io.open(outputf, 'wb') output:write([[ #include #include +#include #include #include "nvim/os/msgpack_rpc.h" -- cgit