diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-14 17:57:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-14 17:57:18 +0300 |
commit | 2c33d3a74a28953786f9fd5b76a76c1184751f21 (patch) | |
tree | c1f341679a62b339e016ac0faac1749fc07534f7 /protocols/JabberG/src/stdafx.h | |
parent | cc9adee406ad0434e470dfc11ed3896c6be32073 (diff) |
Jabber: version info to be cached into a profile
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index c5b440f7e2..5611ca6dcf 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -77,6 +77,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_protosvc.h>
#include <m_protoint.h>
#include <m_skin.h>
+#include <m_json.h>
#include <m_string.h>
#include <m_timezones.h>
#include <m_toptoolbar.h>
|