diff options
| -rw-r--r-- | protocols/Discord/src/stdafx.h | 3 | ||||
| -rwxr-xr-x | protocols/JabberG/src/stdafx.h | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index fe0f33691c..ae55f4ab7e 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -24,6 +24,7 @@  #include <m_contacts.h>  #include <m_database.h>  #include <m_folders.h> +#include <m_gui.h>  #include <m_history.h>  #include <m_langpack.h>  #include <m_message.h> @@ -34,7 +35,7 @@  #include <m_protosvc.h>  #include <m_protoint.h>  #include <m_skin.h> -#include <m_gui.h> +#include <m_srmm_int.h>  #include <m_userinfo.h>  #include <m_icolib.h>  #include <m_utils.h> 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>
 | 
