Skip to content

Commit d8fabcd

Browse files
authored
Add unordered_map and map includes
1 parent 64e9505 commit d8fabcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGEM/Dilepton/TableProducer/treeCreatorElectronMLDDA.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@
4646
#include "ReconstructionDataFormats/Track.h"
4747

4848
#include <array>
49+
#include <map>
4950
#include <random>
5051
#include <string>
52+
#include <unordered_map>
5153
#include <vector>
5254

5355
using namespace o2;

0 commit comments

Comments
 (0)