Closed tehrengruber closed 3 months ago
FieldImpl.h used std::find, but did not include the algorithm header. This lead to some compilation errors in atlas4py with gcc 14.1.1.
FieldImpl.h
std::find
algorithm
All committers have signed the CLA.
Thanks Till!
FieldImpl.h
usedstd::find
, but did not include thealgorithm
header. This lead to some compilation errors in atlas4py with gcc 14.1.1.