add missing cstdarg include
This commit is contained in:
parent
77bd5c9c7e
commit
bfc579e61f
|
@ -60,6 +60,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/aux_/disable_warnings_pop.hpp"
|
||||
|
||||
#include <bitset>
|
||||
#include <cstdarg> // for va_list
|
||||
|
||||
#if TORRENT_ABI_VERSION == 1
|
||||
#define PROGRESS_NOTIFICATION | alert::progress_notification
|
||||
|
|
|
@ -39,6 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/aux_/vector.hpp"
|
||||
#include "libtorrent/aux_/numeric_cast.hpp"
|
||||
|
||||
#include <cstdarg> // for va_list
|
||||
#include <cstdio> // for vsnprintf
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Reference in New Issue