From 5edb802dceaa9787f486c7ba92a49623fabbf473 Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila Date: Thu, 29 Jan 2026 14:00:12 +0100 Subject: [PATCH] fix CUDA header for runtime api --- examples/cuda/multiple_streams.cu | 2 +- examples/cuda/single_stream.cu | 2 +- include/boost/fiber/cuda/waitfor.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cuda/multiple_streams.cu b/examples/cuda/multiple_streams.cu index 0c665e29..ec66b567 100644 --- a/examples/cuda/multiple_streams.cu +++ b/examples/cuda/multiple_streams.cu @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include diff --git a/examples/cuda/single_stream.cu b/examples/cuda/single_stream.cu index 79f398a1..54781811 100644 --- a/examples/cuda/single_stream.cu +++ b/examples/cuda/single_stream.cu @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include diff --git a/include/boost/fiber/cuda/waitfor.hpp b/include/boost/fiber/cuda/waitfor.hpp index 262efd9a..e258c9d3 100644 --- a/include/boost/fiber/cuda/waitfor.hpp +++ b/include/boost/fiber/cuda/waitfor.hpp @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include