From fe7f04a6fc3fbacf4499ce4833243066f7e2ad99 Mon Sep 17 00:00:00 2001 From: Ilya Kryukov Date: Fri, 22 Nov 2024 17:39:55 +0100 Subject: [PATCH] TL/CUDA: fix clang compilation --- src/components/tl/cuda/bcast/bcast_linear.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/tl/cuda/bcast/bcast_linear.c b/src/components/tl/cuda/bcast/bcast_linear.c index a02d18cb35..626d4f7db9 100644 --- a/src/components/tl/cuda/bcast/bcast_linear.c +++ b/src/components/tl/cuda/bcast/bcast_linear.c @@ -6,6 +6,8 @@ #include "bcast.h" +#include + enum { // Barrier setup STAGE_INIT_BAR_ROOT,