Skip to content

Commit 671311f

Browse files
committed
Fix header includes in LFAntinCexTables
1 parent b40e862 commit 671311f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PWGLF/DataModel/LFAntinCexTables.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
#ifndef PWGLF_DATAMODEL_LFANTINCEXTABLES_H_
1919
#define PWGLF_DATAMODEL_LFANTINCEXTABLES_H_
2020

21-
#include "Framework/ASoAHelpers.h"
22-
#include "Framework/AnalysisDataModel.h"
21+
#include <Framework/AnalysisDataModel.h>
22+
23+
#include <cstdint>
2324

2425
namespace o2::aod
2526
{

0 commit comments

Comments
 (0)