diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 16:00:34 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 16:00:34 -0500 |
| commit | 7b7c482846befb1fd7b01e2edc372e0faf45f825 (patch) | |
| tree | 76f0b1e01da4ea546c3affd327a185dc6b7ea41c /include | |
| parent | f2e8e39f487de2900a5f18bbac6c896065dba704 (diff) | |
fix: config.hpp: fix header guard of OCL.Fix module.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/fix/detail/config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ocl/detail/config.hpp> #include <ocl/crc_hash.hpp> |
