Skip to content

Commit 69e59e1

Browse files
committed
[PWGDQ] fixed MegaLinter error
1 parent 01493b9 commit 69e59e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@
2727
#include "GlobalTracking/MatchGlobalFwd.h"
2828
#include "MFTTracking/Constants.h"
2929

30+
#include <algorithm>
3031
#include <limits>
3132
#include <map>
33+
#include <memory>
3234
#include <string>
3335
#include <unordered_map>
36+
#include <utility>
37+
#include <vector>
3438

3539
using namespace o2;
3640
using namespace o2::framework;

0 commit comments

Comments
 (0)