Skip to content

xAODMissingET: Fix gcc13 compilation of uint types

Johannes Elmsheuser requested to merge elmsheus/athena:met_20230630 into master

This is a follow-up to MR !63429 (merged).

Add missing #include <cstdint> to xAODMissingET package to fix failing compilation of uint64_t with gcc13.

Merge request reports