Skip to content

Commit 67eb5c8

Browse files
committed
Making the headers self-sufficient
1 parent 062da08 commit 67eb5c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_
1717
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_
1818

19-
#include <vector>
20-
#include <string>
19+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h"
20+
21+
#include "Framework/HistogramRegistry.h"
22+
2123
#include <complex>
2224
#include <memory>
23-
#include "Framework/HistogramRegistry.h"
25+
#include <string>
26+
#include <vector>
2427

2528
// using namespace o2::constants::physics;
2629

0 commit comments

Comments
 (0)