summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-12 22:51:38 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-12 22:51:38 +0300
commita8e58dc8f24d10dd4de16f19ace4740350d9b9cc (patch)
treeb4dca0da2531767389d7edfed789387756c79da7 /commonheaders.h
parent62bc0ff49501348702f7e20ce2fe6524842390e3 (diff)
fixed crash on filetransfers, fixed password saving
Diffstat (limited to 'commonheaders.h')
-rw-r--r--commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commonheaders.h b/commonheaders.h
index f3a16f7..1faf221 100644
--- a/commonheaders.h
+++ b/commonheaders.h
@@ -44,7 +44,7 @@ using std::fstream;
//boost
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
-#include <boost/lexical_cast.hpp>
+//#include <boost/lexical_cast.hpp>
//miranda
#include <newpluginapi.h>