summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-24 20:03:41 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-24 20:03:41 +0000
commit97cd13fd97f1481fa0c48c2b9601cd2a0a20ea9e (patch)
treebf9e459cafdfbd30097f585e95e2489f8cccba62 /plugins/MirLua/src/stdafx.h
parenta0d2cd360477acf24963e479773588b01f3d8a10 (diff)
MirLua: reworked Send in m_message
git-svn-id: http://svn.miranda-ng.org/main/trunk@15441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index ab257b27eb..61f968d6a4 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -4,6 +4,7 @@
#include <windows.h>
#include <commctrl.h>
#include <malloc.h>
+#include <time.h>
#include <newpluginapi.h>
#include <m_core.h>
@@ -19,6 +20,7 @@
#include <m_hotkeys.h>
#include <m_icolib.h>
#include <m_message.h>
+#include <m_chat.h>
#include <m_protocols.h>
#include <m_folders.h>