Add workaround for MSVC and snprintf define

This commit is contained in:
Eugene Shalygin 2018-04-23 19:08:36 +02:00 committed by Arvid Norberg
parent 07ff024e30
commit 55e2b23255
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#ifndef BOOST_PYTHON_HPP
#define BOOST_PYTHON_HPP
#include <cstdio>
#include <libtorrent/aux_/disable_warnings_push.hpp>
#include <boost/python.hpp>