diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-30 11:55:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-30 11:55:42 +0300 |
commit | fcb354a6197133e3d3929b14b55352739688ad50 (patch) | |
tree | 15d6ccf65576a7243fbd55d404edfde19fadbc76 /protocols/JabberG/src/stdafx.h | |
parent | 9782e244f376d38fb9bc91faf5005a659814f4a7 (diff) |
compilation fix
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index e8a7c7d74c..5651ca7f9b 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -70,6 +70,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_hotkeys.h>
#include <m_icolib.h>
#include <m_idle.h>
+#include <m_json.h>
#include <m_langpack.h>
#include <m_message.h>
#include <m_netlib.h>
@@ -77,7 +78,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_srmm_int.h>
#include <m_timezones.h>
#include <m_toptoolbar.h>
#include <m_userinfo.h>
|