Skip to content

Commit 82f058a

Browse files
PWGHF: Address include-what-you-use error
1 parent 18550a0 commit 82f058a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PWGHF/Tasks/taskMcValidation.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
#include "PWGHF/DataModel/CandidateSelectionTables.h"
3434
#include "PWGHF/Utils/utilsEvSelHf.h"
3535

36+
#include <memory>
37+
#include <algorithm>
38+
#include <vector>
39+
3640
using namespace o2;
3741
using namespace o2::analysis;
3842
using namespace o2::aod;

0 commit comments

Comments
 (0)