From aed2c1bd9326e837baaa024e97e298e2b2b517ac Mon Sep 17 00:00:00 2001 From: gouzi <530971494@qq.com> Date: Wed, 3 Jun 2026 22:04:34 +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 31e193b59..659531b56 100755 --- a/gloo/types.h +++ b/gloo/types.h @@ -1,5 +1,6 @@ #pragma once +#include #include #ifdef __CUDA_ARCH__