fix stddef.h include

This commit is contained in:
arvidn 2020-04-14 21:26:57 +02:00 committed by Arvid Norberg
parent ce57c2d5af
commit f8d0bd18e4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define ED25519_HPP
#include "libtorrent/aux_/export.hpp" // for TORRENT_EXPORT
#include <stddef.h> // for size_t
#include <cstddef> // for ptrdiff_t, size_t
namespace libtorrent {