diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:39:17 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:39:17 +0100 |
| commit | 845958a457898343de40ea12953bf9ea3606d69b (patch) | |
| tree | 54087436afea1d95fcd04f2c48e604ba4ac892c1 /dev | |
| parent | 8535440f6bebdf785683b4a62073f9465ca7e9cc (diff) | |
feat: fix merge conflicts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/lib/core/allocator_system.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/core/allocator_system.hpp b/dev/lib/core/allocator_system.hpp index 1873064..5308dc3 100644 --- a/dev/lib/core/allocator_system.hpp +++ b/dev/lib/core/allocator_system.hpp @@ -9,6 +9,7 @@ #define _OCL_ALLOCATOR_SYSTEM_HPP #include <lib/core/includes.hpp> +#include <stdexcept> #include <memory> namespace ocl |
