You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libtorrent/files/libtorrent-0.12.7-gcc-4.6.0...

25 lines
539 B

diff --git a/src/data/memory_chunk.h b/src/data/memory_chunk.h
index af71842..64d535e 100644
--- a/src/data/memory_chunk.h
+++ b/src/data/memory_chunk.h
@@ -40,6 +40,7 @@
#include <algorithm>
#include <inttypes.h>
#include <sys/mman.h>
+#include <cstddef>
namespace torrent {
diff --git a/src/torrent/common.h b/src/torrent/common.h
index 4ed250f..b7d7b7b 100644
--- a/src/torrent/common.h
+++ b/src/torrent/common.h
@@ -38,6 +38,7 @@
#define LIBTORRENT_COMMON_H
#include <inttypes.h>
+#include <cstddef>
struct sockaddr;