diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-12 22:51:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-12 22:51:38 +0300 |
commit | a8e58dc8f24d10dd4de16f19ace4740350d9b9cc (patch) | |
tree | b4dca0da2531767389d7edfed789387756c79da7 /commonheaders.h | |
parent | 62bc0ff49501348702f7e20ce2fe6524842390e3 (diff) |
fixed crash on filetransfers, fixed password saving
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 2 |
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> |