diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:57:20 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:57:20 +0200 |
| commit | 0aebad569eef2989e32d9825ce52708371685ff9 (patch) | |
| tree | 29faa339ef63d65f02cbb8c549dd6f5f047a4f68 /Sources/AssemblyFactory.cc | |
| parent | 54ace477f90b5bd17ddd7c5d11c2e319f19555bd (diff) | |
MHR-21: Finish C++ compiler.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Sources/AssemblyFactory.cc')
| -rw-r--r-- | Sources/AssemblyFactory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc index 1952f54..61399a4 100644 --- a/Sources/AssemblyFactory.cc +++ b/Sources/AssemblyFactory.cc @@ -4,8 +4,8 @@ ------------------------------------------- */ -#include <Common/AsmKit/AsmKit.hpp> -#include <Common/StdKit/ErrorID.hpp> +#include <Comm/AsmKit/AsmKit.hpp> +#include <Comm/StdKit/ErrorID.hpp> /** * @file AssemblyFactory.cxx |
