forked from premiere/premiere-libtorrent
Add workaround for MSVC and snprintf define
This commit is contained in:
parent
07ff024e30
commit
55e2b23255
|
@ -5,6 +5,7 @@
|
||||||
#ifndef BOOST_PYTHON_HPP
|
#ifndef BOOST_PYTHON_HPP
|
||||||
#define BOOST_PYTHON_HPP
|
#define BOOST_PYTHON_HPP
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
#include <libtorrent/aux_/disable_warnings_push.hpp>
|
#include <libtorrent/aux_/disable_warnings_push.hpp>
|
||||||
#include <boost/python.hpp>
|
#include <boost/python.hpp>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue