From 7b7c482846befb1fd7b01e2edc372e0faf45f825 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 8 Dec 2025 16:00:34 -0500 Subject: fix: config.hpp: fix header guard of OCL.Fix module. Signed-off-by: Amlal El Mahrouss --- include/ocl/fix/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp index 8d10b8b..6eac6e3 100644 --- a/include/ocl/fix/detail/config.hpp +++ b/include/ocl/fix/detail/config.hpp @@ -6,7 +6,7 @@ */ #ifndef __OCL_FIX_CONFIG -#define __OCL_FIX_CHECKSUM +#define __OCL_FIX_CONFIG #include #include -- cgit v1.2.3