Skip to content

Commit 25f15bb

Browse files
committed
Fix MegaLinter
1 parent b2d1685 commit 25f15bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

EventFiltering/PWGLF/nucleiFilter.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
#include "Math/Vector4D.h"
4343

4444
#include <cmath>
45+
#include <memory>
4546
#include <string>
47+
#include <vector>
4648

4749
using namespace o2;
4850
using namespace o2::framework;

PWGLF/Utils/pidTOFGeneric.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
#include "CommonDataFormat/InteractionRecord.h"
2727

28+
#include <map>
29+
#include <string>
30+
2831
namespace o2::aod
2932
{
3033

0 commit comments

Comments
 (0)