diff options
author | George Hazan <george.hazan@gmail.com> | 2015-10-14 11:43:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-10-14 11:43:50 +0000 |
commit | dc81b8ba64f571c92645e0ef0dcdbf5c3f209f28 (patch) | |
tree | d477768006c93c8ff11b0e9e66b10ac1ffd61c83 /plugins/Msg_Export/src/stdafx.h | |
parent | a80da4fa81421d40a435561ddb62ad2be3e63bf2 (diff) |
fix for bug #754 (MsgExport write in text file nick as (Unknown Contact))
git-svn-id: http://svn.miranda-ng.org/main/trunk@15554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 88a0a36c5e..a0b6b97e54 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -31,6 +31,7 @@ using namespace std; #include <newpluginapi.h>
#include <m_database.h>
#include <m_clist.h>
+#include <m_contacts.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_history.h>
|