diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-22 15:39:40 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-22 15:39:40 +0200 |
| commit | 209373b1f5770dc175e06996a152df6484f59af2 (patch) | |
| tree | 93801515752e81a7ce9e5de91bf625d03bb9b4fa /dev/CompilerKit/src/Frontend/CCompilerPower64.cc | |
| parent | a7b7a7d499578660be897313b30a13963cc9ffd5 (diff) | |
feat: implement `CompilerKitDylibTraits` container for future and
current frontend
tools.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/src/Frontend/CCompilerPower64.cc')
| -rw-r--r-- | dev/CompilerKit/src/Frontend/CCompilerPower64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/src/Frontend/CCompilerPower64.cc b/dev/CompilerKit/src/Frontend/CCompilerPower64.cc index 1888ed0..39bb58c 100644 --- a/dev/CompilerKit/src/Frontend/CCompilerPower64.cc +++ b/dev/CompilerKit/src/Frontend/CCompilerPower64.cc @@ -9,7 +9,7 @@ #include <CompilerKit/Frontend.h> #include <CompilerKit/UUID.h> -#include <CompilerKit/detail/PowerPC.h> +#include <CompilerKit/impl/PowerPC.h> #include <CompilerKit/utils/CompilerUtils.h> #include <cstdio> #include <fstream> |
