Skip to content

Commit a1b80e9

Browse files
author
David Dobrigkeit Chinellato
committed
Add header
1 parent a4bff99 commit a1b80e9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Common/TableProducer/trackPropagationTester.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "Framework/runDataProcessing.h"
4545
#include "ReconstructionDataFormats/DCA.h"
4646

47+
#include <string>
48+
4749
// The Run 3 AO2D stores the tracks at the point of innermost update. For a track with ITS this is the innermost (or second innermost)
4850
// ITS layer. For a track without ITS, this is the TPC inner wall or for loopers in the TPC even a radius beyond that.
4951
// In order to use the track parameters, the tracks have to be propagated to the collision vertex which is done by this task.

PWGLF/TableProducer/Strangeness/propagationService.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
#include "Framework/runDataProcessing.h"
4848
#include "ReconstructionDataFormats/DCA.h"
4949

50+
#include <string>
51+
5052
using namespace o2;
5153
using namespace o2::framework;
5254
// using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)