diff options
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/commonheaders.h b/commonheaders.h index 2c3a640..08700d1 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -1,4 +1,4 @@ -// Copyright © 2010 sss, chaos.persei +// Copyright © 2010 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -46,6 +46,7 @@ using std::fstream; #include <m_protomod.h> #include <m_protosvc.h> #include <m_netlib.h> +#include <m_jabber.h> #include "resource.h" #include "gpgme.h" @@ -54,4 +55,5 @@ using std::fstream; #include "globals.h" #include "main.h" #include "gpg_wrapper.h" +#include "jabber_account.h" #endif |