Skip to content

Vertexing: AMVF bug fix

Bastian Schlag requested to merge bug_fix_amvf into master

std::map was not included in the AMVFInfo.hpp file. This did not cause any problems in ACTS by accident since std::map was already included through another file in the unit test.

This MR adds the missing std::map include.

Edited by Bastian Schlag

Merge request reports