diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-08-18 00:43:42 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-08-18 00:43:42 +0600 |
commit | d3ca546b2e6e2741b60fd9bb3db1edfae8573673 (patch) | |
tree | 098c7094a3aa0fce438cd6233fa67ec721f9cf0c /headers.h | |
parent | e21fd2bb454c8a18948c677c4968fc397b7e6078 (diff) |
fix for gcc compiler
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ #include <sstream> #include<fstream> -//#include <boost/scoped_array.hpp> + #include <newpluginapi.h> #include <m_database.h> #include <m_protosvc.h> @@ -18,7 +18,7 @@ #include <m_skin.h> #include <m_button.h> #include <m_contacts.h> -//#define VARIABLES_NOHELPER + #include <m_variables.h> #include <m_folders.h> |