diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 19:16:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 19:16:53 +0300 |
commit | bb3b1c84d2426172e1bd9db94872d5f5fa1e5182 (patch) | |
tree | 69f1670c2857e461e88f1a2421e2e70ea08345c7 /commonheaders.h | |
parent | f1e373bfacff144a1ab2a27898f835ceb774439a (diff) |
infernal crutches
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 |