diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index daa2efd7edbc1..1ffc21c7f36e1 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -2384,7 +2384,7 @@ consteval static std::string_view namespace_prefix() { \ } \ \ - _Name_() = default; \ + _Name_() : o2::soa::Column() {} \ _Name_(_Name_ const& other) = default; \ _Name_& operator=(_Name_ const& other) = default; \ \