summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/asio.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 19:57:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 19:57:21 +0100
commit372a1d44ceec603dfb0c59760c3b35a654348166 (patch)
treecff38e9aedc33289c940d9bc80dadb928295971e /include/ocl/asio.hpp
parent64d48970ba5a8edb9414a5f8ee2ed6daa022879a (diff)
chore: add OCL_CORE_INCLUDE_ALL_ASIO macro.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/asio.hpp')
-rw-r--r--include/ocl/asio.hpp4
1 files changed, 4 insertions, 0 deletions
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 <boost/asio/write.hpp>
#include <boost/asio/read.hpp>
+#ifdef OCL_CORE_INCLUDE_ALL_ASIO
+#include <boost/asio.hpp>
+#endif
+
#endif