Skip to content

Commit cd56de7

Browse files
authored
[Common] Include What You Use (AliceO2Group#11547)
1 parent 5e3822f commit cd56de7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Common/Core/fwdtrackUtilities.h

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@
1818
#ifndef COMMON_CORE_FWDTRACKUTILITIES_H_
1919
#define COMMON_CORE_FWDTRACKUTILITIES_H_
2020

21+
#include <DetectorsBase/GeometryManager.h>
22+
#include <Field/MagneticField.h>
23+
#include <GlobalTracking/MatchGlobalFwd.h>
24+
#include <MCHTracking/TrackExtrap.h>
25+
#include <ReconstructionDataFormats/GlobalFwdTrack.h>
26+
#include <ReconstructionDataFormats/TrackFwd.h>
27+
28+
#include <Math/MatrixRepresentationsStatic.h>
29+
#include <Math/SMatrix.h>
30+
#include <TGeoGlobalMagField.h>
31+
2132
#include <vector>
22-
#include <utility>
23-
#include "Math/SMatrix.h"
24-
#include "TGeoGlobalMagField.h"
2533

2634
namespace o2::aod
2735
{

0 commit comments

Comments
 (0)