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/ErrorOr.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/ErrorOr.h')
| -rw-r--r-- | src/CompilerKit/ErrorOr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/ErrorOr.h b/src/CompilerKit/ErrorOr.h index 9ab86fb..3a8f160 100644 --- a/src/CompilerKit/ErrorOr.h +++ b/src/CompilerKit/ErrorOr.h @@ -15,7 +15,7 @@ /// @brief ErrorOr for CompilerKit. /// =========================================================== /// -#include <CompilerKit/Config.h> +#include <CompilerKit/detail/Config.h> #include <CompilerKit/ErrorID.h> #include <CompilerKit/Ref.h> |
