From 0b2860264914362ec52bc1cc33e6f0686e4cf421 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 3 Mar 2026 17:12:30 +0100 Subject: feat: asio.hpp: do not include all asio headers by default. Signed-off-by: Amlal El Mahrouss --- include/ocl/asio.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp index 818b5c6..c1e304d 100644 --- a/include/ocl/asio.hpp +++ b/include/ocl/asio.hpp @@ -6,14 +6,18 @@ #ifndef OCL_CORE_ASIO #define OCL_CORE_ASIO +#ifdef OCL_CORE_INCLUDE_ALL_ASIO + +#include + +#else + #include #include #include #include #include -#ifdef OCL_CORE_INCLUDE_ALL_ASIO -#include #endif #endif -- cgit v1.2.3