fix missing include of cstddef

This commit is contained in:
arvidn 2020-04-19 12:53:36 -07:00 committed by Arvid Norberg
parent b9b54436b8
commit caf56ea8b4
1 changed files with 2 additions and 0 deletions

View File

@ -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