diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-17 10:06:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 10:06:29 +0200 |
| commit | b06170354225f19271627df11525857fa34a38e7 (patch) | |
| tree | 68c5ba79cf2fae57eeb1d708658a99b396a9defe /dev/examples | |
| parent | 6789dd7d88a192e3f55b95798cb393e7d12f368a (diff) | |
| parent | 1c369ccc98734e72509509e9a5798a3aaa34dd70 (diff) | |
(OCL: v1.0.44) Merge pull request #5 from amlel-el-mahrouss/devv1.0.44
OCL: v1.0.44
Diffstat (limited to 'dev/examples')
| -rw-r--r-- | dev/examples/allocator_system/allocator_system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/allocator_system/allocator_system.cc b/dev/examples/allocator_system/allocator_system.cc index c3cd689..67c3aca 100644 --- a/dev/examples/allocator_system/allocator_system.cc +++ b/dev/examples/allocator_system/allocator_system.cc @@ -5,7 +5,7 @@ * Copyright 2025, Amlal El Mahrouss. Licensed under the BSL 1.0 license */ -#include <lib/core/allocator_system.hpp> +#include <lib/memory/allocator_system.hpp> #include <iostream> struct MyClass |
