Skip to content

DataQualityInterfaces: Fix gcc13 compilation of uint types

Johannes Elmsheuser requested to merge elmsheus/athena:gcc13_20230419_2 into 23.0

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

Merge request reports