diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-12 15:24:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-12 15:24:48 +0000 |
commit | 9ffedbd49389d9aaebb0e118b0c0299b0d4d6a97 (patch) | |
tree | 83f2af99f1c19928fdf2305a040105d329267181 /protocols/JabberG/src/jabber.h | |
parent | d0403ec5011564484b9095995ee80a2ee9ce54b1 (diff) |
loading captcha from memmory
git-svn-id: http://svn.miranda-ng.org/main/trunk@5658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index f36d0822b5..294072106e 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -94,6 +94,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_utils.h>
#include <m_xstatus.h>
#include <win2k.h>
+#include <m_imgsrvc.h>
#include <m_addcontact.h>
#include <m_folders.h>
|