build fix

This commit is contained in:
Arvid Norberg 2010-01-20 03:37:34 +00:00
parent 3691ca847b
commit 9e98bfd204
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ size_type routing_table::num_global_nodes() const
return (2 << m_buckets.size()) * num_nodes;
}
#if defined TORRENT_DHT_VERBOSE_LOGGING || defined TORRENT_DEBUG
#if (defined TORRENT_DHT_VERBOSE_LOGGING || defined TORRENT_DEBUG) && TORRENT_USE_IOSTREAM
void routing_table::print_state(std::ostream& os) const
{