From c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 1 May 2025 16:39:10 +0200 Subject: refactor: add cmake functions to register module and library --- src/core/module/Event.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/module/Event.cpp') diff --git a/src/core/module/Event.cpp b/src/core/module/Event.cpp index 56f45261..fd293184 100644 --- a/src/core/module/Event.cpp +++ b/src/core/module/Event.cpp @@ -29,6 +29,7 @@ #include "Event.h" #include "core/utils/CommonUtils.h" +#include "sdk/GFSDKModuleModel.h" namespace GpgFrontend::Module { -- cgit v1.2.3