From 4afeb24fa23167ed5d0eaf6cd863d190f11fb0b7 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 6 Sep 2024 08:12:11 +0200 Subject: [PATCH] gcc-15 porting cstdint for uint8_t need to be included explicitly when compiling with GCC 15 --- gloo/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gloo/types.h b/gloo/types.h index cd38c8a93..61fab3520 100644 --- a/gloo/types.h +++ b/gloo/types.h @@ -5,6 +5,7 @@ #pragma once #include +#include #ifdef __CUDA_ARCH__ #include