Skip to content

Commit 8cb61f8

Browse files
committed
adding std in front of string
1 parent 9ef0d13 commit 8cb61f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/qVectorsTable.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct qVectorsTable {
166166
Produces<aod::QvectorBTotVecs> qVectorBTotVec;
167167
/////////////////////////////////////////////////////////////////
168168

169-
std::unordered_map<string, bool> useDetector = {
169+
std::unordered_map<std::string, bool> useDetector = {
170170
{"QvectorBTots", cfgUseBTot},
171171
{"QvectorBNegs", cfgUseBNeg},
172172
{"QvectorBPoss", cfgUseBPos},

0 commit comments

Comments
 (0)