diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 13:25:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 13:26:33 +0100 |
| commit | be73d82eff113e6a6723d6fb4bd80f56f0ef88ef (patch) | |
| tree | 93425f2d183c3ea7e5e1b50374ee6548c383ab78 /Private/CompilerKit/StdKit/ErrorID.hpp | |
| parent | 7c8afc0e15e54ae9e0f1a393bb52eed804d34edc (diff) | |
Compiler: Breaking changes, will work on C++ compiler from now on.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/CompilerKit/StdKit/ErrorID.hpp')
| -rw-r--r-- | Private/CompilerKit/StdKit/ErrorID.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/CompilerKit/StdKit/ErrorID.hpp b/Private/CompilerKit/StdKit/ErrorID.hpp index e7bc7de..5577197 100644 --- a/Private/CompilerKit/StdKit/ErrorID.hpp +++ b/Private/CompilerKit/StdKit/ErrorID.hpp @@ -9,8 +9,8 @@ #pragma once -#include <StdKit/ErrorOr.hpp> #include <Defines.hpp> +#include <StdKit/ErrorOr.hpp> #define CXXKIT_EXEC_ERROR -30 #define CXXKIT_FILE_NOT_FOUND -31 |
