From 7258fbf7c8785a3390441bbbac44d78b2e4facbf Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 22:58:37 +0200 Subject: dev: stabilizing source code towards an 0.0.1 release. Signed-off-by: Amlal --- dev/LibCompiler/src/AssemblerPower.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/AssemblerPower.cc') diff --git a/dev/LibCompiler/src/AssemblerPower.cc b/dev/LibCompiler/src/AssemblerPower.cc index d3b3b6d..923008c 100644 --- a/dev/LibCompiler/src/AssemblerPower.cc +++ b/dev/LibCompiler/src/AssemblerPower.cc @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -28,7 +29,6 @@ #include #include #include -#include ///////////////////// @@ -46,7 +46,7 @@ constexpr auto cPowerIPAlignment = 0x4U; -static CharType kOutputArch = LibCompiler::kPefArchPowerPC; +static CharType kOutputArch = LibCompiler::kPefArchPowerPC; static std::size_t kCounter = 1UL; -- cgit v1.2.3