diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-31 22:31:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-31 22:31:57 +0300 |
commit | 19990d96d809a726de184724d94e0699536f6429 (patch) | |
tree | b545314b05c86718cc347f97f14a7acd78542248 /plugins/Msg_Export/src/stdafx.h | |
parent | 0b0a2259bf4580f60296087a08fd2b0bf4d05313 (diff) |
icon leak fixes
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 |