From 85ee44f72ee2b65656111a6749f3c6cea6ff33e4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 5 Dec 2025 08:41:23 -0500 Subject: chore: new version of OCL.Core. Signed-off-by: Amlal El Mahrouss --- include/ocl/unique_socket.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/ocl/unique_socket.hpp') diff --git a/include/ocl/unique_socket.hpp b/include/ocl/unique_socket.hpp index a8e532e..c5e67cc 100644 --- a/include/ocl/unique_socket.hpp +++ b/include/ocl/unique_socket.hpp @@ -5,7 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#pragma once +#ifndef __OCL_CORE_SOCKET +#define __OCL_CORE_SOCKET #include #include @@ -209,3 +210,5 @@ namespace ocl { sock.bad() }; }; } // namespace ocl + +#endif \ No newline at end of file -- cgit v1.2.3