diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:41:23 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:41:23 -0500 |
| commit | 85ee44f72ee2b65656111a6749f3c6cea6ff33e4 (patch) | |
| tree | afc85021c5fb8b1e2b98f4737ceb1469a65e4278 /include/ocl/is_same.hpp | |
| parent | c0ff4b289a74d2ce9cb390aaceba4bd5e1d4fd0f (diff) | |
chore: new version of OCL.Core.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/is_same.hpp')
| -rw-r--r-- | include/ocl/is_same.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ocl/is_same.hpp b/include/ocl/is_same.hpp index 3e9e706..de3425e 100644 --- a/include/ocl/is_same.hpp +++ b/include/ocl/is_same.hpp @@ -5,7 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#pragma once +#ifndef __OCL_CORE_IS_SAME +#define __OCL_CORE_IS_SAME #include <ocl/detail/config.hpp> @@ -106,3 +107,5 @@ namespace ocl } }; } // namespace ocl + +#endif
\ No newline at end of file |
