diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-30 23:30:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-30 23:30:48 +0000 |
commit | 7df19254e64619d6b077a7c69b456a39d4a810cb (patch) | |
tree | de24992b72ade3da4e12f428279f03ae19282cc6 /protocols/WhatsApp/src/common.h | |
parent | 2b5452c11f786d502a3f463cdd5a3483fa21c79d (diff) |
- avatar support functions moved to the separate module;
- added support for setting our own avatar
git-svn-id: http://svn.miranda-ng.org/main/trunk@11963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/common.h')
-rw-r--r-- | protocols/WhatsApp/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index e6bff0462a..41a9dc1866 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -47,6 +47,7 @@ Copyright © 2013-14 Uli Hecht #include <m_database.h>
#include <m_history.h>
#include <m_idle.h>
+#include <m_imgsrvc.h>
#include <m_ignore.h>
#include <m_langpack.h>
#include <m_message.h>
|