Skip to content

Commit 6563314

Browse files
authored
[PWGHF] correlatorFlowCharmHadrons: Fix missing using directives (#12847)
1 parent 90a2ae8 commit 6563314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGHF/HFC/TableProducer/correlatorFlowCharmHadrons.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
#include <vector>
4646

4747
using namespace o2;
48+
using namespace o2::framework;
49+
using namespace o2::framework::expressions;
4850
using namespace o2::hf_centrality;
4951
using namespace o2::hf_evsel;
5052

0 commit comments

Comments
 (0)