From 6512084bf5cb6f40060cb0c9d8cb518b7417e373 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 6 Dec 2015 19:27:52 +0000 Subject: MirLua: added schedule module git-svn-id: http://svn.miranda-ng.org/main/trunk@15821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 0929db0d56..1c1677a2bd 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -6,6 +6,9 @@ #include #include +#include +#include + #include #include #include @@ -69,6 +72,8 @@ extern HANDLE hNetlib; #define MLUA_CORE "m_core" LUAMOD_API int (luaopen_m_core)(lua_State *L); +#include "m_schedule.h" + #define MLUA_CLIST "m_clist" LUAMOD_API int (luaopen_m_clist)(lua_State *L); @@ -121,6 +126,4 @@ void ShowNotification(const char *caption, const char *message, int flags, MCONT void ObsoleteMethod(lua_State *L, const char *message); -#include - #endif //_COMMON_H_ -- cgit v1.2.3