From 337d36ee5f1f8376f3dcc863270bbe92fd7f8ca7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 25 Mar 2025 20:34:13 +0100 Subject: fix(linker): A critical fix regarding the output being repetadely written on the file. refactor(NFC): Rename String.h to StringView.h Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/AAL/AssemblyInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/AAL/AssemblyInterface.h') diff --git a/dev/LibCompiler/AAL/AssemblyInterface.h b/dev/LibCompiler/AAL/AssemblyInterface.h index 8e46455..7e02e4f 100644 --- a/dev/LibCompiler/AAL/AssemblyInterface.h +++ b/dev/LibCompiler/AAL/AssemblyInterface.h @@ -8,7 +8,7 @@ #include #include -#include +#include #define ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface -- cgit v1.2.3