Skip to content

EventLoop: fix gcc13 compilation

Johannes Elmsheuser requested to merge elmsheus/athena:eventloop_20231011 into main

Add missing #include <cstdint> in EventLoop package for gcc13 that was missed in MR !65841 (merged)

Merge request reports