diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-07-19 22:30:21 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-07-19 22:30:21 +0600 |
commit | 5e31bf278e243bdb21027e9eafbccb5b4e1f329e (patch) | |
tree | 26ff795214188cb8f126f19aad6cf0d05a0243e8 /headers.h | |
parent | 562bcedfbf741cedd6731fc172eb033e15d2bb3b (diff) |
add spam message log, fixed remove contact from ICQ <Not In List> group
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,8 @@ #include <time.h> #include <string> #include <sstream> +#include<fstream> + //#include <boost/scoped_array.hpp> #include <newpluginapi.h> #include <m_database.h> @@ -15,6 +17,7 @@ #include <m_clistint.h> #include <m_skin.h> #include <m_button.h> +#include <m_contacts.h> //#define VARIABLES_NOHELPER #include <m_variables.h> |