Skip to content

Commit 4b4bc15

Browse files
committed
Making the headers self-sufficient
1 parent 2414298 commit 4b4bc15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseCascadeSelection.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@
2121
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECASCADESELECTION_H_
2222
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECASCADESELECTION_H_
2323

24-
#include <string>
25-
#include <vector>
2624
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h"
2725
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
2826
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
27+
2928
#include "Common/Core/RecoDecay.h"
29+
3030
#include "Framework/HistogramRegistry.h"
3131
#include "ReconstructionDataFormats/PID.h"
3232

33+
#include <string>
34+
#include <vector>
35+
3336
namespace o2::analysis::femto_universe
3437
{
3538
namespace femto_universe_cascade_selection

0 commit comments

Comments
 (0)