fix valgrind build

This commit is contained in:
Arvid Norberg 2014-01-19 04:13:46 +00:00
parent 11038aeecb
commit bec02dd953
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/lazy_entry.hpp"
#endif
#ifdef TORRENT_USE_VALGRIND
#include <valgrind/memcheck.h>
#endif
namespace libtorrent { namespace dht
{