sci-libs/tensorpipe: another fix for gcc-15

Closes: https://bugs.gentoo.org/942382
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-11-02 14:25:25 +01:00
parent 2292839ce4
commit ec1260ddb8

View File

@@ -8,3 +8,13 @@
#include <tensorpipe/common/error.h>
--- a/tensorpipe/common/memory.h 2024-11-02 14:00:40.971529014 +0100
+++ b/tensorpipe/common/memory.h 2024-11-02 14:01:16.891890766 +0100
@@ -10,6 +10,7 @@
#include <sys/mman.h>
+#include <cstdint>
#include <memory>
#include <tensorpipe/common/defs.h>