diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 15:13:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 15:17:53 +0100 |
| commit | cd3092186eb698a9ed175dacb6884f0404e7c062 (patch) | |
| tree | cdc3e0e013f5efb0dfc8c450b706951d3a8e3597 /src/CompilerKit/ErrorOr.h | |
| parent | 14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (diff) | |
chore! Breaking API changes for CompilerKit and DebuggerKit.
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 3a8f160..100624e 100644 --- a/src/CompilerKit/ErrorOr.h +++ b/src/CompilerKit/ErrorOr.h @@ -15,7 +15,7 @@ /// @brief ErrorOr for CompilerKit. /// =========================================================== /// -#include <CompilerKit/detail/Config.h> +#include <CompilerKit/Detail/Config.h> #include <CompilerKit/ErrorID.h> #include <CompilerKit/Ref.h> |
