diff --git a/Framework/Core/include/Framework/AnalysisDataModel.h b/Framework/Core/include/Framework/AnalysisDataModel.h index 14a37d7eba703..851f79de5377a 100644 --- a/Framework/Core/include/Framework/AnalysisDataModel.h +++ b/Framework/Core/include/Framework/AnalysisDataModel.h @@ -336,6 +336,7 @@ using TrackExtra = TracksExtra::iterator; } // namespace aod namespace soa { +extern template struct soa::Join; extern template struct soa::Join; extern template struct soa::Join; } // namespace soa diff --git a/Framework/Core/src/AnalysisDataModel.cxx b/Framework/Core/src/AnalysisDataModel.cxx index d986486d94c69..5a12a16d6880c 100644 --- a/Framework/Core/src/AnalysisDataModel.cxx +++ b/Framework/Core/src/AnalysisDataModel.cxx @@ -13,6 +13,7 @@ namespace o2::soa { template struct Join; +template struct Join; template struct Join; template struct Join; template struct Join;