mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user