From 2aa0d54e5361997246d375e1306e3d69cd9a892c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 27 Feb 2026 06:53:15 +0100 Subject: chore: update print.hpp, add asio.hpp helper header. Signed-off-by: Amlal El Mahrouss --- include/ocl/asio.hpp | 15 +++++++++++++++ include/ocl/print.hpp | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 include/ocl/asio.hpp diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp new file mode 100644 index 0000000..524eb61 --- /dev/null +++ b/include/ocl/asio.hpp @@ -0,0 +1,15 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-org/core + +#ifndef OCL_CORE_ASIO +#define OCL_CORE_ASIO + +#include +#include +#include +#include +#include + +#endif diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp index da0f65e..0d9d0fc 100644 --- a/include/ocl/print.hpp +++ b/include/ocl/print.hpp @@ -1,4 +1,4 @@ -// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/core -- cgit v1.2.3