Skip to content

Commit 1460c0e

Browse files
committed
formatting
1 parent 84ad7d1 commit 1460c0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ALICE3/DataModel/OTFTracks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ DECLARE_SOA_COLUMN(LUTConfigId, lutConfigId, int); //! Index for LUT configurati
3232
DECLARE_SOA_TABLE(OTFLUTConfigId, "AOD", "OTFLUTConfigId", otftracks::LUTConfigId);
3333
} // namespace o2::aod
3434

35-
#endif // ALICE3_DATAMODEL_OTFTRACKS_H_
35+
#endif // ALICE3_DATAMODEL_OTFTRACKS_H_

ALICE3/TableProducer/alice3-multicharmTable.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
#include <cstdlib>
5555
#include <iterator>
5656
#include <map>
57+
#include <string>
5758
#include <utility>
59+
#include <vector>
5860

5961
using namespace o2;
6062
using namespace o2::framework;

0 commit comments

Comments
 (0)