diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 22:21:44 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 22:21:44 -0500 |
| commit | f900849f98bad9988805ec89c587395752490486 (patch) | |
| tree | df8f090049f9a3893da80ab7aae5bd001297cd5b /src/Tools/asm.cc | |
| parent | 7a66458357d02a43d68a71e2b1152ada6b1ab481 (diff) | |
chore: API and system design update.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/Tools/asm.cc')
| -rw-r--r-- | src/Tools/asm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tools/asm.cc b/src/Tools/asm.cc index 025b158..37c7d01 100644 --- a/src/Tools/asm.cc +++ b/src/Tools/asm.cc @@ -7,7 +7,7 @@ /// @file asm.cc /// @brief Assembler frontend. -#include <CompilerKit/Defines.h> +#include <CompilerKit/Config.h> #include <CompilerKit/Version.h> #include <cstring> #include <vector> |
