fixed build error introduced in lexical_cast fix (logging builds would fail)

This commit is contained in:
Arvid Norberg 2009-01-28 05:49:21 +00:00
parent 8bcdb333e0
commit c3a1d5b245
1 changed files with 4 additions and 0 deletions

View File

@ -45,7 +45,11 @@ POSSIBILITY OF SUCH DAMAGE.
#endif
#include <boost/bind.hpp>
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING
#include <boost/lexical_cast.hpp>
using boost::lexical_cast;
#endif
#ifdef _MSC_VER
#pragma warning(pop)