diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-02 19:17:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-02 19:17:32 +0300 |
commit | c78da653c2806e0ac72e0c7baa499342a4c637e5 (patch) | |
tree | 698ad0ca1188ed901aa13219885aa24a61b47cf8 /plugins/Msg_Export/src/stdafx.h | |
parent | d788b07db648f5b435e552943cdd5a7b20a4ea3c (diff) |
merge with trunk
Diffstat (limited to 'plugins/Msg_Export/src/stdafx.h')
-rwxr-xr-x | plugins/Msg_Export/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index 3b69f6885b..4648e635f6 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -39,6 +39,7 @@ using namespace std; #include <m_langpack.h>
#include <m_netlib.h>
#include <m_options.h>
+#include <m_icolib.h>
#include <m_history.h>
#include <m_userinfo.h>
#include <m_protosvc.h>
@@ -70,5 +71,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> extern MWindowList hInternalWindowList;
extern wstring g_sDBPath, g_sMirandaPath;
+extern IconItem iconList[];
#endif
\ No newline at end of file |