Fix build

This commit is contained in:
fed 2023-02-28 19:21:42 +01:00
parent 09321c89c9
commit 5268b65188
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace mods
{
struct mod_zone_info
{
bool has_common_zones;
bool has_common_zones{};
std::vector<mod_zone> zones;
};

View File

@ -10,7 +10,6 @@
#include "component/command.hpp"
#include "component/fastfiles.hpp"
#include "component/mods.hpp"
#include "component/localized_strings.hpp"
#include "component/scheduler.hpp"
#include "component/filesystem.hpp"