From 5283913fcffbaea59410d196669e7da925f2250d Mon Sep 17 00:00:00 2001 From: aferrero2707 Date: Thu, 23 Oct 2025 09:55:51 +0200 Subject: [PATCH 1/2] [PWGDQ] fixed MegaLinter error --- PWGDQ/Tasks/qaMatching.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PWGDQ/Tasks/qaMatching.cxx b/PWGDQ/Tasks/qaMatching.cxx index 772ced5eb72..ff0320fab80 100644 --- a/PWGDQ/Tasks/qaMatching.cxx +++ b/PWGDQ/Tasks/qaMatching.cxx @@ -31,6 +31,10 @@ #include #include #include +#include +#include +#include +#include using namespace o2; using namespace o2::framework; From 2d563e67f70e67d7ffc79dccd954862c1d4dffe0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 23 Oct 2025 07:56:55 +0000 Subject: [PATCH 2/2] Please consider the following formatting changes --- PWGDQ/Tasks/qaMatching.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGDQ/Tasks/qaMatching.cxx b/PWGDQ/Tasks/qaMatching.cxx index ff0320fab80..f8041e9bf35 100644 --- a/PWGDQ/Tasks/qaMatching.cxx +++ b/PWGDQ/Tasks/qaMatching.cxx @@ -27,12 +27,12 @@ #include "GlobalTracking/MatchGlobalFwd.h" #include "MFTTracking/Constants.h" +#include #include #include +#include #include #include -#include -#include #include #include