From 7208ecd2db0ffa82c8127e543d5def15ec6d514e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 2 Jun 2026 11:02:45 -0700 Subject: [PATCH] Add missing `unistd.h` include to `python_future_task.h` --- python/ucxx/ucxx/examples/python_future_task.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ucxx/ucxx/examples/python_future_task.h b/python/ucxx/ucxx/examples/python_future_task.h index 6e8974c05..e46fcdb5b 100644 --- a/python/ucxx/ucxx/examples/python_future_task.h +++ b/python/ucxx/ucxx/examples/python_future_task.h @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. + * SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. * SPDX-License-Identifier: BSD-3-Clause */ #pragma once @@ -15,6 +15,7 @@ #include #include #include +#include #include #include