diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index d406ff1bf..0c4d254a5 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -130,6 +130,7 @@ class DefaultEventhandlers { #include "external\R3F_Realism\R3F_Weight\R3F_CfgWeight.hpp" #include "Configs\RscDisplay\doorManagement\doorManagement.hpp" #include "Configs\RscDisplay\doorManagement\doorAccess.hpp" +#include "Configs\RscDisplay\zscDialogs.hpp" class CfgTasks { @@ -144,4 +145,4 @@ class CfgTasks destination = ""; resources[] = {}; }; -}; \ No newline at end of file +};