Skip to content

Commit d5248de

Browse files
committed
fixing Megalinter
1 parent 2a75fb1 commit d5248de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

PWGCF/Femto3D/DataModel/PIDutils.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
/// \since 24/03/2025
1717
///
1818

19+
#ifndef PWGCF_FEMTO3D_DATAMODEL_PIDUTILS_H_
20+
#define PWGCF_FEMTO3D_DATAMODEL_PIDUTILS_H_
21+
1922
#include <type_traits>
23+
#include <utility>
24+
#include <vector>
2025
#include "Common/DataModel/PIDResponse.h"
2126

2227
namespace o2::aod::singletrackselector
@@ -246,3 +251,5 @@ inline bool TOFselection(TrackType const& track, std::pair<int, std::vector<floa
246251
return false;
247252
}
248253
} // namespace o2::aod::singletrackselector
254+
255+
#endif // PWGCF_FEMTO3D_DATAMODEL_PIDUTILS_H_

0 commit comments

Comments
 (0)