File gloo-gcc15-fix.patch of Package python-torch
From 79bb682cc3799ea76f477a2be4e352efb8c0ace7 Mon Sep 17 00:00:00 2001 From: Christian Goll <cgoll@suse.com> Date: Fri, 4 Jul 2025 08:17:35 +0200 Subject: [PATCH] gloo gcc15 fix --- gloo/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gloo/types.h b/gloo/types.h index df71d54..d93d182 100644 --- a/gloo/types.h +++ b/gloo/types.h @@ -5,6 +5,7 @@ #pragma once #include <iostream> +#include <cstdint> #ifdef __CUDA_ARCH__ #include <cuda.h> -- 2.46.1