diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 04:21:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-24 04:21:56 -0500 |
| commit | 0ea8adbf99d0524af96c31c6fa283d9adf483736 (patch) | |
| tree | 24944801b5106cf8469ca9b74af132f4d15c1d99 /include/ocl/memory | |
| parent | 85f89ee4bb137100cbeffcbc10168eb8ea52e6cc (diff) | |
| parent | 33f01fc324cbdbed29bd891a994a31221b349417 (diff) | |
Merge pull request #19 from amlel-el-mahrouss/develop
hotpatch: fix messaging parser uses invalid soh.
Diffstat (limited to 'include/ocl/memory')
| -rw-r--r-- | include/ocl/memory/allocator_system.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/memory/allocator_system.hpp b/include/ocl/memory/allocator_system.hpp index 67e3266..345b612 100644 --- a/include/ocl/memory/allocator_system.hpp +++ b/include/ocl/memory/allocator_system.hpp @@ -8,7 +8,7 @@ #ifndef _OCL_ALLOCATOR_SYSTEM_HPP #define _OCL_ALLOCATOR_SYSTEM_HPP -#include <core/includes.hpp> +#include <core/config.hpp> #include <memory> namespace ocl |
