From 372a1d44ceec603dfb0c59760c3b35a654348166 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Mar 2026 19:57:21 +0100 Subject: chore: add OCL_CORE_INCLUDE_ALL_ASIO macro. Signed-off-by: Amlal El Mahrouss --- include/ocl/asio.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp index 524eb61..cb2b1fb 100644 --- a/include/ocl/asio.hpp +++ b/include/ocl/asio.hpp @@ -12,4 +12,8 @@ #include #include +#ifdef OCL_CORE_INCLUDE_ALL_ASIO +#include +#endif + #endif -- cgit v1.2.3