Skip to content

Commit 3afb2ee

Browse files
wdconincgithub-actions[bot]
authored andcommitted
Update MatchClusters.cc (fix: iwyu) (#2155)
This PR applies the include-what-you-use fixes as suggested by https://github.com/eic/EICrecon/actions/runs/18865551002. Please merge this PR into the branch `qunib-patch-1` to resolve failures in PR #2154. Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ef5daf commit 3afb2ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/algorithms/reco/MatchClusters.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
#include <podio/ObjectID.h>
1818
#include <cmath>
1919
#include <gsl/pointers>
20+
#include <iterator>
2021
#include <map>
22+
#include <utility>
2123

2224
#include "MatchClusters.h"
2325

0 commit comments

Comments
 (0)