summaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authorSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-07-19 22:30:21 +0600
committerSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-07-19 22:30:21 +0600
commit5e31bf278e243bdb21027e9eafbccb5b4e1f329e (patch)
tree26ff795214188cb8f126f19aad6cf0d05a0243e8 /headers.h
parent562bcedfbf741cedd6731fc172eb033e15d2bb3b (diff)
add spam message log, fixed remove contact from ICQ <Not In List> group
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 25f9570..d7a814c 100644
--- a/headers.h
+++ b/headers.h
@@ -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>