diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-07 22:17:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-07 22:17:31 +0000 |
commit | 45adfac09535637462889f1e6d6735a213c1bf7f (patch) | |
tree | f22b2a63442cee7f851ffc510240477d2a66a72b /protocols/JabberG/jabber.h | |
parent | 5a3fa5310ba898ce73f2c05e70cfaabaeb6b624d (diff) |
support for unicode Fingerprint
git-svn-id: http://svn.miranda-ng.org/main/trunk@1397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index bd21b30dc8..5620c17696 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -76,6 +76,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_idle.h>
#include <m_timezones.h>
#include <m_jabber.h>
+#include <m_fingerprint.h>
#include <win2k.h>
#include "../../plugins/zlib/zlib.h"
|