From 2a165ac6569cd6ec8360d932d5bc1bce2f6b2139 Mon Sep 17 00:00:00 2001 From: Anna Makarenko Date: Fri, 8 Nov 2024 18:21:54 +0300 Subject: [PATCH] [fix] Add sc-config in module --- src/module/sc_component_manager_module.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/module/sc_component_manager_module.cpp b/src/module/sc_component_manager_module.cpp index 6fbf185..bb7339c 100644 --- a/src/module/sc_component_manager_module.cpp +++ b/src/module/sc_component_manager_module.cpp @@ -6,6 +6,8 @@ #include "sc_component_manager_module.hpp" +#include "sc-config/sc_config.hpp" + SC_MODULE_REGISTER(ScComponentManagerModule); void ScComponentManagerModule::Initialize(ScMemoryContext * context)