Skip to content

Commit fe1e443

Browse files
committed
Making the headers self-sufficient
1 parent d7c6284 commit fe1e443

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseSpherHarMath.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSESPHERHARMATH_H_
1717
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSESPHERHARMATH_H_
1818

19-
#include <vector>
20-
#include <algorithm>
21-
22-
#include "Math/Vector4D.h"
2319
#include "Math/Boost.h"
20+
#include "Math/Vector4D.h"
2421
#include "TLorentzVector.h"
2522
#include "TMath.h"
2623

24+
#include <algorithm>
25+
#include <complex>
26+
#include <vector>
27+
2728
namespace o2::analysis::femto_universe
2829
{
2930

0 commit comments

Comments
 (0)