diff --git a/addons/ui/ui_helper/config.cpp b/addons/ui/ui_helper/config.cpp index 027825b04..e0078fd8d 100644 --- a/addons/ui/ui_helper/config.cpp +++ b/addons/ui/ui_helper/config.cpp @@ -1,3 +1,5 @@ +#include "script_component.hpp" + class CfgPatches { class SUBADDON { requiredAddons[] = {"cba_ui"}; diff --git a/addons/xeh/xeh_a3/config.cpp b/addons/xeh/xeh_a3/config.cpp index b4cfc22f9..e423807eb 100644 --- a/addons/xeh/xeh_a3/config.cpp +++ b/addons/xeh/xeh_a3/config.cpp @@ -1,3 +1,5 @@ +#include "script_component.hpp" + class CfgPatches { class SUBADDON { requiredAddons[] = {"cba_xeh"};