From 35e87ecdaa28b59607d1570cf87c94ec8ea9d47e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 23 Jun 2010 15:54:13 +0800 Subject: re-factor include headers. --- lua/lua-plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/lua-plugin.h') diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h index a427667..604cd90 100644 --- a/lua/lua-plugin.h +++ b/lua/lua-plugin.h @@ -23,6 +23,10 @@ #ifndef LUA_PLUGIN_H #define LUA_PLUGIN_H +#include +#include +#include + #include #define LUA_IMELIBNAME "ime" -- cgit