fix missing include of cstddef
This commit is contained in:
parent
b9b54436b8
commit
caf56ea8b4
|
@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef TORRENT_CONFIG_HPP_INCLUDED
|
||||
#define TORRENT_CONFIG_HPP_INCLUDED
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "libtorrent/aux_/disable_warnings_push.hpp"
|
||||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
|
Loading…
Reference in New Issue