From acba452009f4269489a77c7be5fda58b75316539 Mon Sep 17 00:00:00 2001 From: gouzi <530971494@qq.com> Date: Wed, 3 Jun 2026 00:01:25 +0800 Subject: [PATCH] fix: gcc 15 build, include `` --- gloo/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gloo/types.h b/gloo/types.h index 32d50a2be..6aa26d672 100644 --- a/gloo/types.h +++ b/gloo/types.h @@ -1,5 +1,6 @@ #pragma once +#include #include #ifdef __CUDA_ARCH__