diff options
Diffstat (limited to 'include/ocl/print.hpp')
| -rw-r--r-- | include/ocl/print.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp index 53c673e..02b3044 100644 --- a/include/ocl/print.hpp +++ b/include/ocl/print.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license */ -#ifndef _OCL_PRINT_HPP -#define _OCL_PRINT_HPP +#ifndef __OCL_CORE_PRINT +#define __OCL_CORE_PRINT #include <ocl/detail/config.hpp> @@ -74,4 +74,4 @@ namespace ocl::io } } // namespace ocl::io -#endif // ifndef _OCL_PRINT_HPP +#endif // ifndef __OCL_CORE_PRINT |
