diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-22 19:52:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-22 19:52:27 +0300 |
commit | 635a81a5b4e12538d8aebf5eb85a632b08978f61 (patch) | |
tree | 0d293e1ca0cd4206abfc92a62ea3deafee03ce8f /plugins/Msg_Export/src/stdafx.h | |
parent | b599a32b617386e5d9cb8df4540589612fae4fc3 (diff) |
Msg_Export: fix for export metacontact's events
Diffstat (limited to 'plugins/Msg_Export/src/stdafx.h')
-rwxr-xr-x | plugins/Msg_Export/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index b2be179c48..aae56f15b3 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -30,6 +30,7 @@ using namespace std; #include <newpluginapi.h>
#include <m_database.h>
+#include <m_metacontacts.h>
#include <m_clist.h>
#include <m_contacts.h>
#include <m_langpack.h>
|