Fixed compilation when TORRENT_UTP_LOG (#738)

This commit is contained in:
Alden Torres 2016-05-19 13:25:39 -04:00 committed by Arvid Norberg
parent aa0d29b67d
commit afbfd6e890
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
#if TORRENT_UTP_LOG
#include <stdarg.h>
#include <cinttypes> // for PRId64 et.al.
#include "libtorrent/socket_io.hpp"
#endif