diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 12:36:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 12:36:11 +0100 |
| commit | 14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (patch) | |
| tree | 0c3ba10c814187c8ea0891385d210b083dcbb1d8 /src/CompilerKit/impl/Aarch64.h | |
| parent | be042137e28b8baf4a3f703cb0a58f080b1ca642 (diff) | |
chore: Breaking API changes and work in progress examples for NeCTI SDK.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/impl/Aarch64.h')
| -rw-r--r-- | src/CompilerKit/impl/Aarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/impl/Aarch64.h b/src/CompilerKit/impl/Aarch64.h index be052c0..d2eb197 100644 --- a/src/CompilerKit/impl/Aarch64.h +++ b/src/CompilerKit/impl/Aarch64.h @@ -6,7 +6,7 @@ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license #pragma once -#include <CompilerKit/Config.h> +#include <CompilerKit/detail/Config.h> #include <stdint.h> /// @brief ARM64 encoding support. |
