Skip to content

Commit bfd2fef

Browse files
authored
[ALICE3] drawFastTracker: Fix include paths (#17138)
1 parent f48f1f0 commit bfd2fef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ALICE3/Macros/drawFastTracker.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include "FastTracker.h"
13-
#include "TrackUtilities.h"
12+
#include "ALICE3/Core/FastTracker.h"
13+
#include "ALICE3/Core/TrackUtilities.h"
1414

1515
#include <DataFormatsParameters/GRPMagField.h>
1616
#include <DetectorsBase/Propagator.h>

0 commit comments

Comments
 (0)