Skip to content

Update MuchReadoutConfig.h to include missing header.

GCC 11.2.0 complains about a missing definition for the type size_t in this specific file. This is the smallest header file that includes this type definition and it fixes one of the build issues on Ubuntu 22.04.

For reference about this header: https://en.cppreference.com/w/cpp/header/cstddef

Merge request reports